Shades of Afghan Tan #915F28
Tints of Afghan Tan #915F28
RGB
CMYK
RGB Variations
Color information
#915F28 (or 0x915F28) is known color: Afghan Tan. HEX triplet: 91, 5F and 28. RGB value is (145,95,40). Sum of RGB (Red+Green+Blue) = 145+95+40=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #915F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F28 is #6EA0D7. Grayscale: #676767. Windows color (decimal): -7250136 or 2645905. OLE color: 2645905.
HSL color Cylindrical-coordinate representation of color #915F28: hue angle of 31.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #915F28 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 40 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.43 |
| HSL | 31.43º | 0.57% | 0.36% | - |
| HSV(B) | 31.43º | 0.72% | 0.57% | - |
| XYZ | 16.15 | 14.36 | 3.93 | - |
| YUV | 103.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 40 | 0 | 0.34 | 0.72 | 0.43 | 31.43 | 0.57 | 0.36 |
| Hex | 91 | 5F | 28 | 0 | 22 | 48 | 2B | 1F | 39 | 24 |
| Octal | 221 | 137 | 50 | 0 | 42 | 110 | 53 | 37 | 71 | 44 |
| Binary | 10010001 | 1011111 | 101000 | 0 | 100010 | 1001000 | 101011 | 11111 | 111001 | 100100 |
Color Harmonies of #915F28
Complementary color
Monochromatic Colors of #915F28
Black with #915F28
Text Example
Text Example
White with #915F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F28; }
p { color: rgb(145,95,40); }
H1.HeaderClassName
{
color: #915F28;
}
.AnyTagClassName
{
color: #915F28;
}
</style>
background-color css
<style>
a { background-color: #915F28; }
a { background-color: rgb(145,95,40); }
div.DivClassName
{
background-color: #915F28;
}
.BgClassName
{
background-color: #915F28;
}
</style>
border-color css
<style>
span { border-color: #915F28; }
span { border-color: rgb(145,95,40); }
td.TdClassName
{
border-color: #915F28;
}
.TagClassName
{
border-color: #915F28;
}
</style>