#8B5A25

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

Shades of Afghan Tan #8B5A25

Tints of Afghan Tan #8B5A25

Color information

#8B5A25 (or 0x8B5A25) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5A and 25. RGB value is (139,90,37). Sum of RGB (Red+Green+Blue) = 139+90+37=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A25 is #74A5DA. Grayscale: #626262. Windows color (decimal): -7644635 or 2448011. OLE color: 2448011.

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

Color convert

RGB1399037-
CMYK00.350.730.45
HSL31.18º57.95%34.51%-
HSV(B)31.18º73.38%54.51%-
XYZ14.6412.933.48-
YUV98.6193.23156.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=52.26%
G=33.83%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139903700.350.730.4531.1857.9534.51
Hex8B5A25023492D1f3a23
Octal2131324504311155377243
Binary1000101110110101001010100011100100110110111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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