#8B561F

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

Shades of Afghan Tan #8B561F

Tints of Afghan Tan #8B561F

Color information

#8B561F (or 0x8B561F) is unknown color: approx Afghan Tan. HEX triplet: 8B, 56 and 1F. RGB value is (139,86,31). Sum of RGB (Red+Green+Blue) = 139+86+31=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B561F is #74A9E0. Grayscale: #5F5F5F. Windows color (decimal): -7645665 or 2053771. OLE color: 2053771.

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

Color convert

RGB1398631-
CMYK00.380.780.45
HSL30.56º63.53%33.33%-
HSV(B)30.56º77.7%54.51%-
XYZ14.2212.242.91-
YUV95.5891.56158.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=54.30%
G=33.59%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139863100.380.780.4530.5663.5333.33
Hex8B561F0264E2D1f4021
Octal21312637046116553710041
Binary1000101110101101111101001101001110101101111111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,31); }

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

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

 a { background-color: rgb(139,86,31); }

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

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

 span { border-color: rgb(139,86,31); }

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