Html Css Color HEX #8E5421 Afghan Tan

📋 copy color: '#8E5421'

red 142 ◦ green 84 ◦ blue 33

#8E5421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8E5421

Tints of Afghan Tan #8E5421

RGB

 RED value IS 142 (55.86% from 255) = 54.83%

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 54.83%
G = 32.43%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8E5421 (or 0x8E5421) is known color: Afghan Tan. HEX triplet: 8E, 54 and 21. RGB value is (142,84,33). Sum of RGB (Red+Green+Blue) = 142+84+33=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5421 is #71ABDE. Grayscale: #5F5F5F. Windows color (decimal): -7449567 or 2184334. OLE color: 2184334.

HSL color Cylindrical-coordinate representation of color #8E5421: hue angle of 28.07º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E5421 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 84 33 -
CMYK 0 0.41 0.77 0.44
HSL 28.07º 0.62% 0.34% -
HSV(B) 28.07º 0.77% 0.56% -
XYZ 14.6 12.2 3.02 -
YUV 95.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 142 84 33 0 0.41 0.77 0.44 28.07 0.62 0.34
Hex 8E 54 21 0 29 4D 2C 1C 3E 22
Octal 216 124 41 0 51 115 54 34 76 42
Binary 10001110 1010100 100001 0 101001 1001101 101100 11100 111110 100010

Color Harmonies of #8E5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5421

Black with #8E5421

Text Example


Text Example

White with #8E5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E5421; }

 p { color: rgb(142,84,33); }

 H1.HeaderClassName
 {
   color: #8E5421;
 }
 .AnyTagClassName
 {
   color: #8E5421;
 }
</style>

background-color css

<style>
 a { background-color: #8E5421; }

 a { background-color: rgb(142,84,33); }

 div.DivClassName
 {
   background-color: #8E5421;
 }
 .BgClassName
 {
   background-color: #8E5421;
 }
</style>

border-color css

<style>
 span { border-color: #8E5421; }

 span { border-color: rgb(142,84,33); }

 td.TdClassName
 {
   border-color: #8E5421;
 }
 .TagClassName
 {
   border-color: #8E5421;
 }
</style>