#8B5324

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

Shades of Afghan Tan #8B5324

Tints of Afghan Tan #8B5324

Color information

#8B5324 (or 0x8B5324) is unknown color: approx Afghan Tan. HEX triplet: 8B, 53 and 24. RGB value is (139,83,36). Sum of RGB (Red+Green+Blue) = 139+83+36=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5324 is #74ACDB. Grayscale: #5E5E5E. Windows color (decimal): -7646428 or 2380683. OLE color: 2380683.

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

Color convert

RGB1398336-
CMYK00.400.740.45
HSL27.38º58.86%34.31%-
HSV(B)27.38º74.1%54.51%-
XYZ14.0611.83.21-
YUV94.3995.05159.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=53.88%
G=32.17%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139833600.400.740.4527.3858.8634.31
Hex8B53240284A2D1b3b22
Octal2131234405011255337342
Binary1000101110100111001000101000100101010110111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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