Html Css Color HEX #8E5927 Afghan Tan

📋 copy color: '#8E5927'

red 142 ◦ green 89 ◦ blue 39

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

Shades of Afghan Tan #8E5927

Tints of Afghan Tan #8E5927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 52.59%
G = 32.96%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E5927 (or 0x8E5927) is known color: Afghan Tan. HEX triplet: 8E, 59 and 27. RGB value is (142,89,39). Sum of RGB (Red+Green+Blue) = 142+89+39=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5927 is #71A6D8. Grayscale: #636363. Windows color (decimal): -7448281 or 2578830. OLE color: 2578830.

HSL color Cylindrical-coordinate representation of color #8E5927: hue angle of 29.13º degrees, saturation: 0.57, 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 #8E5927 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 89 39 -
CMYK 0 0.37 0.73 0.44
HSL 29.13º 0.57% 0.35% -
HSV(B) 29.13º 0.73% 0.56% -
XYZ 15.09 13.04 3.64 -
YUV 99.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 142 89 39 0 0.37 0.73 0.44 29.13 0.57 0.35
Hex 8E 59 27 0 25 49 2C 1D 39 23
Octal 216 131 47 0 45 111 54 35 71 43
Binary 10001110 1011001 100111 0 100101 1001001 101100 11101 111001 100011

Color Harmonies of #8E5927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5927

Black with #8E5927

Text Example


Text Example

White with #8E5927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,39); }

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

background-color css

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

 a { background-color: rgb(142,89,39); }

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

border-color css

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

 span { border-color: rgb(142,89,39); }

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