#8B5B19

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

Shades of Afghan Tan #8B5B19

Tints of Afghan Tan #8B5B19

Color information

#8B5B19 (or 0x8B5B19) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5B and 19. RGB value is (139,91,25). Sum of RGB (Red+Green+Blue) = 139+91+25=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5B19 is #74A4E6. Grayscale: #626262. Windows color (decimal): -7644391 or 1661835. OLE color: 1661835.

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

Color convert

RGB1399125-
CMYK00.350.820.45
HSL34.74º69.51%32.16%-
HSV(B)34.74º82.01%54.51%-
XYZ14.5613.042.67-
YUV97.8386.9157.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=54.51%
G=35.69%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139912500.350.820.4534.7469.5132.16
Hex8B5B19023522D234620
Octal21313331043122554310640
Binary10001011101101111001010001110100101011011000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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