#8B5A1C

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

Shades of Afghan Tan #8B5A1C

Tints of Afghan Tan #8B5A1C

Color information

#8B5A1C (or 0x8B5A1C) is unknown color: approx Afghan Tan. HEX triplet: 8B, 5A and 1C. RGB value is (139,90,28). Sum of RGB (Red+Green+Blue) = 139+90+28=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A1C is #74A5E3. Grayscale: #616161. Windows color (decimal): -7644644 or 1858187. OLE color: 1858187.

HSL color Cylindrical-coordinate representation of color #8B5A1C: hue angle of 33.51º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B5A1C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1399028-
CMYK00.350.800.45
HSL33.51º66.47%32.75%-
HSV(B)33.51º79.86%54.51%-
XYZ14.5112.892.82-
YUV97.5888.73157.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=54.09%
G=35.02%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139902800.350.800.4533.5166.4732.75
Hex8B5A1C023502D224221
Octal21313234043120554210241
Binary10001011101101011100010001110100001011011000101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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