Shades of Afghan Tan #915C20
Tints of Afghan Tan #915C20
RGB
CMYK
RGB Variations
Color information
#915C20 (or 0x915C20) is known color: Afghan Tan. HEX triplet: 91, 5C and 20. RGB value is (145,92,32). Sum of RGB (Red+Green+Blue) = 145+92+32=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C20 is #6EA3DF. Grayscale: #656565. Windows color (decimal): -7250912 or 2120849. OLE color: 2120849.
HSL color Cylindrical-coordinate representation of color #915C20: hue angle of 31.86º 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 #915C20 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 32 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.43 |
| HSL | 31.86º | 0.64% | 0.35% | - |
| HSV(B) | 31.86º | 0.78% | 0.57% | - |
| XYZ | 15.76 | 13.78 | 3.2 | - |
| YUV | 101.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 32 | 0 | 0.37 | 0.78 | 0.43 | 31.86 | 0.64 | 0.35 |
| Hex | 91 | 5C | 20 | 0 | 25 | 4E | 2B | 20 | 40 | 23 |
| Octal | 221 | 134 | 40 | 0 | 45 | 116 | 53 | 40 | 100 | 43 |
| Binary | 10010001 | 1011100 | 100000 | 0 | 100101 | 1001110 | 101011 | 100000 | 1000000 | 100011 |
Color Harmonies of #915C20
Complementary color
Monochromatic Colors of #915C20
Black with #915C20
Text Example
Text Example
White with #915C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C20; }
p { color: rgb(145,92,32); }
H1.HeaderClassName
{
color: #915C20;
}
.AnyTagClassName
{
color: #915C20;
}
</style>
background-color css
<style>
a { background-color: #915C20; }
a { background-color: rgb(145,92,32); }
div.DivClassName
{
background-color: #915C20;
}
.BgClassName
{
background-color: #915C20;
}
</style>
border-color css
<style>
span { border-color: #915C20; }
span { border-color: rgb(145,92,32); }
td.TdClassName
{
border-color: #915C20;
}
.TagClassName
{
border-color: #915C20;
}
</style>