#8B5D25

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

Shades of Afghan Tan #8B5D25

Tints of Afghan Tan #8B5D25

Color information

#8B5D25 (or 0x8B5D25) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5D and 25. RGB value is (139,93,37). Sum of RGB (Red+Green+Blue) = 139+93+37=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D25 is #74A2DA. Grayscale: #646464. Windows color (decimal): -7643867 or 2448779. OLE color: 2448779.

HSL color Cylindrical-coordinate representation of color #8B5D25: hue angle of 32.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B5D25 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1399337-
CMYK00.330.730.45
HSL32.94º57.95%34.51%-
HSV(B)32.94º73.38%54.51%-
XYZ14.913.453.56-
YUV100.3792.24155.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=51.67%
G=34.57%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139933700.330.730.4532.9457.9534.51
Hex8B5D25021492D213a23
Octal2131354504111155417243
Binary10001011101110110010101000011001001101101100001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,93,37); }

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

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

 a { background-color: rgb(139,93,37); }

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

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

 span { border-color: rgb(139,93,37); }

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