#8C5724

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

Shades of Afghan Tan #8C5724

Tints of Afghan Tan #8C5724

Color information

#8C5724 (or 0x8C5724) is unknown color: approx Afghan Tan. HEX triplet: 8C, 57 and 24. RGB value is (140,87,36). Sum of RGB (Red+Green+Blue) = 140+87+36=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5724 is #73A8DB. Grayscale: #616161. Windows color (decimal): -7579868 or 2381708. OLE color: 2381708.

HSL color Cylindrical-coordinate representation of color #8C5724: hue angle of 29.42º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C5724 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1408736-
CMYK00.380.740.45
HSL29.42º59.09%34.51%-
HSV(B)29.42º74.29%54.9%-
XYZ14.5412.523.32-
YUV97.0393.56158.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=53.23%
G=33.08%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140873600.380.740.4529.4259.0934.51
Hex8C57240264A2D1d3b23
Octal2141274404611255357343
Binary1000110010101111001000100110100101010110111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,36); }

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

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

 a { background-color: rgb(140,87,36); }

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

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

 span { border-color: rgb(140,87,36); }

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