#8B5618

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

Shades of Afghan Tan #8B5618

Tints of Afghan Tan #8B5618

Color information

#8B5618 (or 0x8B5618) is unknown color: approx Afghan Tan. HEX triplet: 8B, 56 and 18. RGB value is (139,86,24). Sum of RGB (Red+Green+Blue) = 139+86+24=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5618 is #74A9E7. Grayscale: #5F5F5F. Windows color (decimal): -7645672 or 1595019. OLE color: 1595019.

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

Color convert

RGB1398624-
CMYK00.380.830.45
HSL32.35º70.55%31.96%-
HSV(B)32.35º82.73%54.51%-
XYZ14.1412.212.48-
YUV94.7888.06159.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=55.82%
G=34.54%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139862400.380.830.4532.3570.5531.96
Hex8B5618026532D204720
Octal21312630046123554010740
Binary10001011101011011000010011010100111011011000001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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