#8B5715

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

Shades of Afghan Tan #8B5715

Tints of Afghan Tan #8B5715

Color information

#8B5715 (or 0x8B5715) is unknown color: approx Afghan Tan. HEX triplet: 8B, 57 and 15. RGB value is (139,87,21). Sum of RGB (Red+Green+Blue) = 139+87+21=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5715 is #74A8EA. Grayscale: #5F5F5F. Windows color (decimal): -7645419 or 1398667. OLE color: 1398667.

HSL color Cylindrical-coordinate representation of color #8B5715: hue angle of 33.56º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B5715 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1398721-
CMYK00.370.850.45
HSL33.56º73.75%31.37%-
HSV(B)33.56º84.89%54.51%-
XYZ14.1912.362.35-
YUV95.0286.23159.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=56.28%
G=35.22%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139872100.370.850.4533.5673.7531.37
Hex8B5715025552D224a1f
Octal21312725045125554211237
Binary1000101110101111010101001011010101101101100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,21); }

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

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

 a { background-color: rgb(139,87,21); }

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

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

 span { border-color: rgb(139,87,21); }

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