Shades of Afghan Tan #915D28
Tints of Afghan Tan #915D28
RGB
CMYK
RGB Variations
Color information
#915D28 (or 0x915D28) is known color: Afghan Tan. HEX triplet: 91, 5D and 28. RGB value is (145,93,40). Sum of RGB (Red+Green+Blue) = 145+93+40=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D28 is #6EA2D7. Grayscale: #666666. Windows color (decimal): -7250648 or 2645393. OLE color: 2645393.
HSL color Cylindrical-coordinate representation of color #915D28: hue angle of 30.29º 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 #915D28 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 40 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.43 |
| HSL | 30.29º | 0.57% | 0.36% | - |
| HSV(B) | 30.29º | 0.72% | 0.57% | - |
| XYZ | 15.97 | 14 | 3.87 | - |
| YUV | 102.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 40 | 0 | 0.36 | 0.72 | 0.43 | 30.29 | 0.57 | 0.36 |
| Hex | 91 | 5D | 28 | 0 | 24 | 48 | 2B | 1E | 39 | 24 |
| Octal | 221 | 135 | 50 | 0 | 44 | 110 | 53 | 36 | 71 | 44 |
| Binary | 10010001 | 1011101 | 101000 | 0 | 100100 | 1001000 | 101011 | 11110 | 111001 | 100100 |
Color Harmonies of #915D28
Complementary color
Monochromatic Colors of #915D28
Black with #915D28
Text Example
Text Example
White with #915D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D28; }
p { color: rgb(145,93,40); }
H1.HeaderClassName
{
color: #915D28;
}
.AnyTagClassName
{
color: #915D28;
}
</style>
background-color css
<style>
a { background-color: #915D28; }
a { background-color: rgb(145,93,40); }
div.DivClassName
{
background-color: #915D28;
}
.BgClassName
{
background-color: #915D28;
}
</style>
border-color css
<style>
span { border-color: #915D28; }
span { border-color: rgb(145,93,40); }
td.TdClassName
{
border-color: #915D28;
}
.TagClassName
{
border-color: #915D28;
}
</style>