#8C5E19

Color #8C5E19 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8C5E19

Tints of Afghan Tan #8C5E19

Color information

#8C5E19 (or 0x8C5E19) is unknown color: approx Afghan Tan. HEX triplet: 8C, 5E and 19. RGB value is (140,94,25). Sum of RGB (Red+Green+Blue) = 140+94+25=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5E19 is #73A1E6. Grayscale: #646464. Windows color (decimal): -7578087 or 1662604. OLE color: 1662604.

HSL color Cylindrical-coordinate representation of color #8C5E19: hue angle of 36º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C5E19 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1409425-
CMYK00.330.820.45
HSL36º69.7%32.35%-
HSV(B)36º82.14%54.9%-
XYZ14.9913.652.76-
YUV99.8985.74156.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=54.05%
G=36.29%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140942500.330.820.453669.732.35
Hex8C5E19021522D244620
Octal21413631041122554410640
Binary10001100101111011001010000110100101011011001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,25); }

 H1.HeaderClassName
 {
   color: #8C5E19;
 }
 .AnyTagClassName
 {
   color: #8C5E19;
 }
</style>
background-color css

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

 a { background-color: rgb(140,94,25); }

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

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

 span { border-color: rgb(140,94,25); }

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