#8A5C24

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

Shades of Afghan Tan #8A5C24

Tints of Afghan Tan #8A5C24

Color information

#8A5C24 (or 0x8A5C24) is unknown color: approx Afghan Tan. HEX triplet: 8A, 5C and 24. RGB value is (138,92,36). Sum of RGB (Red+Green+Blue) = 138+92+36=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C24 is #75A3DB. Grayscale: #636363. Windows color (decimal): -7709660 or 2382986. OLE color: 2382986.

HSL color Cylindrical-coordinate representation of color #8A5C24: hue angle of 32.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A5C24 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1389236-
CMYK00.330.740.46
HSL32.94º58.62%34.12%-
HSV(B)32.94º73.91%54.12%-
XYZ14.6313.183.44-
YUV99.3792.24155.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=51.88%
G=34.59%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138923600.330.740.4632.9458.6234.12
Hex8A5C240214A2E213b22
Octal2121344404111256417342
Binary10001010101110010010001000011001010101110100001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,36); }

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

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

 a { background-color: rgb(138,92,36); }

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

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

 span { border-color: rgb(138,92,36); }

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