#8C5C21

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

Shades of Afghan Tan #8C5C21

Tints of Afghan Tan #8C5C21

Color information

#8C5C21 (or 0x8C5C21) is unknown color: approx Afghan Tan. HEX triplet: 8C, 5C and 21. RGB value is (140,92,33). Sum of RGB (Red+Green+Blue) = 140+92+33=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5C21 is #73A3DE. Grayscale: #636363. Windows color (decimal): -7578591 or 2186380. OLE color: 2186380.

HSL color Cylindrical-coordinate representation of color #8C5C21: hue angle of 33.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C5C21 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1409233-
CMYK00.340.760.45
HSL33.08º61.85%33.92%-
HSV(B)33.08º76.43%54.9%-
XYZ14.9213.343.23-
YUV99.6390.4156.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=52.83%
G=34.72%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140923300.340.760.4533.0861.8533.92
Hex8C5C210224C2D213e22
Octal2141344104211455417642
Binary10001100101110010000101000101001100101101100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,33); }

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

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

 a { background-color: rgb(140,92,33); }

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

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

 span { border-color: rgb(140,92,33); }

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