Html Css Color HEX #8E571C Afghan Tan

📋 copy color: '#8E571C'

red 142 ◦ green 87 ◦ blue 28

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

Shades of Afghan Tan #8E571C

Tints of Afghan Tan #8E571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 55.25%
G = 33.85%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E571C (or 0x8E571C) is known color: Afghan Tan. HEX triplet: 8E, 57 and 1C. RGB value is (142,87,28). Sum of RGB (Red+Green+Blue) = 142+87+28=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E571C is #71A8E3. Grayscale: #616161. Windows color (decimal): -7448804 or 1857422. OLE color: 1857422.

HSL color Cylindrical-coordinate representation of color #8E571C: hue angle of 31.05º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E571C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 87 28 -
CMYK 0 0.39 0.80 0.44
HSL 31.05º 0.67% 0.33% -
HSV(B) 31.05º 0.8% 0.56% -
XYZ 14.77 12.65 2.76 -
YUV 96.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 142 87 28 0 0.39 0.80 0.44 31.05 0.67 0.33
Hex 8E 57 1C 0 27 50 2C 1F 43 21
Octal 216 127 34 0 47 120 54 37 103 41
Binary 10001110 1010111 11100 0 100111 1010000 101100 11111 1000011 100001

Color Harmonies of #8E571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E571C

Black with #8E571C

Text Example


Text Example

White with #8E571C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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