COLOR #893401

HEX: #893401 RGB: (137,52,1)

Color info

#893401 contains mainly red color. Web safe color of #893401 is #993300 (or #930).

RGB color model

#893401 color RGB value is (137,52,1).

RGB: (137,52,1) (54%, 20%, 0%)

RGB channels and saturation

R 137 of 255 = 54%
G 52 of 255 = 20%
B 1 of 255 = 0%

137
52
1

R + G + B ~ 25%. #893401 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 52 + 1 = 190 (100%)
R 137 of 190 ~ 72.11%
G 52 of 190 ~ 27.37%
B 1 of 190 ~ 0.53'%

%72.11
%27.37

CMYK color model

#893401 color CMYK value is (0,62,99,46).

  • cyan value is 0.00%
  • magenta value is 62.04%
  • yellow value is 99.27%
  • key color value is 46.27%

CMYK: (0,62,99,46)
C0M62Y99K46 (0%, 62%, 99%, 46%)
(0.00 / 0.62 / 0.99 / 0.46)

CMYK percentages

%0
%62.04
%99.27
%46.27

Codes

Color #893401 in popluar color models

89 34 01
RGB 137 52 1
HSL 23° 98.55% 27.06%
HSB/HSV 23° 99.27% 53.73%
CMYK 0.00% 62.04% 99.27%
46.27%

Color #893401 in popluar number systems.

HEX 89 34 01
Decimal 137 52 1
Binary 10001001 110100 1
Octal 211 64 1

Shades and tints

Shades of #893401

#893401
(137,52,1)
#7D3001
(125,48,1)
#712C01
(113,44,1)
#652801
(101,40,1)
#592401
(89,36,1)
#4D2001
(77,32,1)
#411C01
(65,28,1)
#351801
(53,24,1)
#291401
(41,20,1)
#1D1001
(29,16,1)
#110C01
(17,12,1)
#000000
(0,0,0)

Tints of #893401

#893401
(137,52,1)
#934618
(147,70,24)
#9D582F
(157,88,47)
#A76A46
(167,106,70)
#B17C5D
(177,124,93)
#BB8E74
(187,142,116)
#C5A08B
(197,160,139)
#CFB2A2
(207,178,162)
#D9C4B9
(217,196,185)
#E3D6D0
(227,214,208)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893401 color. Also use rgb(137,52,1) instead hex code.

Text Font Color

.myTextColor { color: #893401; }

<p style="color:#893401">This sample text font color is #893401.</p>

This text font color is #893401.

Background Color

.myBgColor { background-color: #893401; }

<div style="background-color:#893401">Inner text</div>

This div background color is #893401.

Border color

.myBorderColor { border: 1px solid #893401; }

<div style="border:3px solid #893401">Div</div>

This div border color is #893401.

Opacity

.myOpacity80 { color: #893401; opacity: 0.8; }

<p style="color:#893401;opacity:0.8;">80%</p>

Text with #893401 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #893401;}

<p style="text-shadow: 3px 3px 1px #893401">Text here.</p>

This text has shadow with #893401 color.


.textShadow {text-shadow: 3px 3px 1px #893401', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #893401, 5px 5px 20px red">Text here.</p>

This text has shadow with #893401 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#893401, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#893401, Direction=45, Strength=4)">Text</p>

This text has shadow with #893401 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #893401;
-webkit-box-shadow: 1px 1px 3px 2px #893401;
box-shadow: 1px 1px 3px 2px #893401;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #893401; -webkit-box-shadow: 1px 1px 3px 2px #893401; box-shadow:1px 1px 3px 2px #893401;">
Div content here
</div>

This div box has shadow with color #893401.

Preview

Color preview on black background

This text has color #893401 on black background.


Color preview on white background

This text has color #893401 on white background.


Black color preview on #893401 background

This text has black color on #893401 background.


White color preview on #893401 background

This text has white color on #893401 background.


Related colors

Complementary color

Complementary color for #hex is #76CBFE.


I love getcolorcode.com

Triadic colors

1 #018934 and #340189 with #893401 are triadic colors.

2 #013489 and #348901 with #893401 are triadic colors.