#8B5527

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

Shades of Afghan Tan #8B5527

Tints of Afghan Tan #8B5527

Color information

#8B5527 (or 0x8B5527) is unknown color: approx Afghan Tan. HEX triplet: 8B, 55 and 27. RGB value is (139,85,39). Sum of RGB (Red+Green+Blue) = 139+85+39=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5527 is #74AAD8. Grayscale: #606060. Windows color (decimal): -7645913 or 2577803. OLE color: 2577803.

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

Color convert

RGB1398539-
CMYK00.390.720.45
HSL27.6º56.18%34.9%-
HSV(B)27.6º71.94%54.51%-
XYZ14.2612.133.51-
YUV95.995.89158.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=52.85%
G=32.32%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139853900.390.720.4527.656.1834.9
Hex8B5527027482D1c3823
Octal2131254704711055347043
Binary1000101110101011001110100111100100010110111100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,39); }

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

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

 a { background-color: rgb(139,85,39); }

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

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

 span { border-color: rgb(139,85,39); }

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