Html Css Color HEX #8E5726 Afghan Tan

📋 copy color: '#8E5726'

red 142 ◦ green 87 ◦ blue 38

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

Shades of Afghan Tan #8E5726

Tints of Afghan Tan #8E5726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 53.18%
G = 32.58%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E5726 (or 0x8E5726) is known color: Afghan Tan. HEX triplet: 8E, 57 and 26. RGB value is (142,87,38). Sum of RGB (Red+Green+Blue) = 142+87+38=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5726 is #71A8D9. Grayscale: #626262. Windows color (decimal): -7448794 or 2512782. OLE color: 2512782.

HSL color Cylindrical-coordinate representation of color #8E5726: hue angle of 28.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E5726 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 87 38 -
CMYK 0 0.39 0.73 0.44
HSL 28.27º 0.58% 0.35% -
HSV(B) 28.27º 0.73% 0.56% -
XYZ 14.91 12.71 3.5 -
YUV 97.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 142 87 38 0 0.39 0.73 0.44 28.27 0.58 0.35
Hex 8E 57 26 0 27 49 2C 1C 3A 23
Octal 216 127 46 0 47 111 54 34 72 43
Binary 10001110 1010111 100110 0 100111 1001001 101100 11100 111010 100011

Color Harmonies of #8E5726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5726

Black with #8E5726

Text Example


Text Example

White with #8E5726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,38); }

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

background-color css

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

 a { background-color: rgb(142,87,38); }

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

border-color css

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

 span { border-color: rgb(142,87,38); }

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