#8b5924

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

Shades of Afghan Tan #8B5924

Tints of Afghan Tan #8B5924

Color information

#8B5924 (or 0x8B5924) is unknown color: approx Afghan Tan. HEX triplet: 8B, 59 and 24. RGB value is (139,89,36). Sum of RGB (Red+Green+Blue) = 139+89+36=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5924 is #74A6DB. Grayscale: #626262. Windows color (decimal): -7644892 or 2382219. OLE color: 2382219.

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

Color convert

RGB1398936-
CMYK00.360.740.45
HSL30.87º58.86%34.31%-
HSV(B)30.87º74.1%54.51%-
XYZ14.5412.763.37-
YUV97.9193.06157.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=52.65%
G=33.71%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139893600.360.740.4530.8758.8634.31
Hex8B59240244A2D1f3b22
Octal2131314404411255377342
Binary1000101110110011001000100100100101010110111111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,36); }

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

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

 a { background-color: rgb(139,89,36); }

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

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

 span { border-color: rgb(139,89,36); }

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