#8B541D

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

Shades of Afghan Tan #8B541D

Tints of Afghan Tan #8B541D

Color information

#8B541D (or 0x8B541D) is unknown color: approx Afghan Tan. HEX triplet: 8B, 54 and 1D. RGB value is (139,84,29). Sum of RGB (Red+Green+Blue) = 139+84+29=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B541D is #74ABE2. Grayscale: #5E5E5E. Windows color (decimal): -7646179 or 1922187. OLE color: 1922187.

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

Color convert

RGB1398429-
CMYK00.400.790.45
HSL30º65.48%32.94%-
HSV(B)30º79.14%54.51%-
XYZ14.0411.922.72-
YUV94.1891.22159.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=55.16%
G=33.33%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139842900.400.790.453065.4832.94
Hex8B541D0284F2D1e4121
Octal21312435050117553610141
Binary1000101110101001110101010001001111101101111101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,29); }

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

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

 a { background-color: rgb(139,84,29); }

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

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

 span { border-color: rgb(139,84,29); }

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