Shades of Afghan Tan #915E20
Tints of Afghan Tan #915E20
RGB
CMYK
RGB Variations
Color information
#915E20 (or 0x915E20) is known color: Afghan Tan. HEX triplet: 91, 5E and 20. RGB value is (145,94,32). Sum of RGB (Red+Green+Blue) = 145+94+32=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #915E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E20 is #6EA1DF. Grayscale: #666666. Windows color (decimal): -7250400 or 2121361. OLE color: 2121361.
HSL color Cylindrical-coordinate representation of color #915E20: hue angle of 32.92º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #915E20 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 32 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.43 |
| HSL | 32.92º | 0.64% | 0.35% | - |
| HSV(B) | 32.92º | 0.78% | 0.57% | - |
| XYZ | 15.94 | 14.13 | 3.25 | - |
| YUV | 102.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 32 | 0 | 0.35 | 0.78 | 0.43 | 32.92 | 0.64 | 0.35 |
| Hex | 91 | 5E | 20 | 0 | 23 | 4E | 2B | 21 | 40 | 23 |
| Octal | 221 | 136 | 40 | 0 | 43 | 116 | 53 | 41 | 100 | 43 |
| Binary | 10010001 | 1011110 | 100000 | 0 | 100011 | 1001110 | 101011 | 100001 | 1000000 | 100011 |
Color Harmonies of #915E20
Complementary color
Monochromatic Colors of #915E20
Black with #915E20
Text Example
Text Example
White with #915E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E20; }
p { color: rgb(145,94,32); }
H1.HeaderClassName
{
color: #915E20;
}
.AnyTagClassName
{
color: #915E20;
}
</style>
background-color css
<style>
a { background-color: #915E20; }
a { background-color: rgb(145,94,32); }
div.DivClassName
{
background-color: #915E20;
}
.BgClassName
{
background-color: #915E20;
}
</style>
border-color css
<style>
span { border-color: #915E20; }
span { border-color: rgb(145,94,32); }
td.TdClassName
{
border-color: #915E20;
}
.TagClassName
{
border-color: #915E20;
}
</style>