#8B5A19

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

Shades of Afghan Tan #8B5A19

Tints of Afghan Tan #8B5A19

Color information

#8B5A19 (or 0x8B5A19) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5A and 19. RGB value is (139,90,25). Sum of RGB (Red+Green+Blue) = 139+90+25=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5A19 is #74A5E6. Grayscale: #616161. Windows color (decimal): -7644647 or 1661579. OLE color: 1661579.

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

Color convert

RGB1399025-
CMYK00.350.820.45
HSL34.21º69.51%32.16%-
HSV(B)34.21º82.01%54.51%-
XYZ14.4812.872.64-
YUV97.2487.23157.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=54.72%
G=35.43%
B=9.84%

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
Decimal139902500.350.820.4534.2169.5132.16
Hex8B5A19023522D224620
Octal21313231043122554210640
Binary10001011101101011001010001110100101011011000101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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