#8B5521

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

Shades of Afghan Tan #8B5521

Tints of Afghan Tan #8B5521

Color information

#8B5521 (or 0x8B5521) is unknown color: approx Afghan Tan. HEX triplet: 8B, 55 and 21. RGB value is (139,85,33). Sum of RGB (Red+Green+Blue) = 139+85+33=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5521 is #74AADE. Grayscale: #5F5F5F. Windows color (decimal): -7645919 or 2184587. OLE color: 2184587.

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

Color convert

RGB1398533-
CMYK00.390.760.45
HSL29.43º61.63%33.73%-
HSV(B)29.43º76.26%54.51%-
XYZ14.1712.13.03-
YUV95.2292.89159.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=54.09%
G=33.07%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139853300.390.760.4529.4361.6333.73
Hex8B55210274C2D1d3e22
Octal2131254104711455357642
Binary1000101110101011000010100111100110010110111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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