#8C5224

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

Shades of Afghan Tan #8C5224

Tints of Afghan Tan #8C5224

Color information

#8C5224 (or 0x8C5224) is unknown color: approx Afghan Tan. HEX triplet: 8C, 52 and 24. RGB value is (140,82,36). Sum of RGB (Red+Green+Blue) = 140+82+36=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5224 is #73ADDB. Grayscale: #5E5E5E. Windows color (decimal): -7581148 or 2380428. OLE color: 2380428.

HSL color Cylindrical-coordinate representation of color #8C5224: hue angle of 26.54º 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 #8C5224 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1408236-
CMYK00.410.740.45
HSL26.54º59.09%34.51%-
HSV(B)26.54º74.29%54.9%-
XYZ14.1511.743.19-
YUV94.195.22160.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.26%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=54.26%
G=31.78%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140823600.410.740.4526.5459.0934.51
Hex8C52240294A2D1b3b23
Octal2141224405111255337343
Binary1000110010100101001000101001100101010110111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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