#8B5E19

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

Shades of Afghan Tan #8B5E19

Tints of Afghan Tan #8B5E19

Color information

#8B5E19 (or 0x8B5E19) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5E and 19. RGB value is (139,94,25). Sum of RGB (Red+Green+Blue) = 139+94+25=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E19 is #74A1E6. Grayscale: #636363. Windows color (decimal): -7643623 or 1662603. OLE color: 1662603.

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

Color convert

RGB1399425-
CMYK00.320.820.45
HSL36.32º69.51%32.16%-
HSV(B)36.32º82.01%54.51%-
XYZ14.8313.562.76-
YUV99.5985.91156.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=53.88%
G=36.43%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139942500.320.820.4536.3269.5132.16
Hex8B5E19020522D244620
Octal21313631040122554410640
Binary10001011101111011001010000010100101011011001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,25); }

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

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

 a { background-color: rgb(139,94,25); }

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

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

 span { border-color: rgb(139,94,25); }

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