#8B5815

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

Shades of Afghan Tan #8B5815

Tints of Afghan Tan #8B5815

Color information

#8B5815 (or 0x8B5815) is unknown color: approx Afghan Tan. HEX triplet: 8B, 58 and 15. RGB value is (139,88,21). Sum of RGB (Red+Green+Blue) = 139+88+21=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5815 is #74A7EA. Grayscale: #5F5F5F. Windows color (decimal): -7645163 or 1398923. OLE color: 1398923.

HSL color Cylindrical-coordinate representation of color #8B5815: hue angle of 34.07º 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 #8B5815 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1398821-
CMYK00.370.850.45
HSL34.07º73.75%31.37%-
HSV(B)34.07º84.89%54.51%-
XYZ14.2712.522.37-
YUV95.6185.9158.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=56.05%
G=35.48%
B=8.47%

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
Decimal139882100.370.850.4534.0773.7531.37
Hex8B5815025552D224a1f
Octal21313025045125554211237
Binary1000101110110001010101001011010101101101100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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