Shades of Afghan Tan #995D25
Tints of Afghan Tan #995D25
RGB
CMYK
RGB Variations
Color information
#995D25 (or 0x995D25) is known color: Afghan Tan. HEX triplet: 99, 5D and 25. RGB value is (153,93,37). Sum of RGB (Red+Green+Blue) = 153+93+37=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #995D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D25 is #66A2DA. Grayscale: #686868. Windows color (decimal): -6726363 or 2448793. OLE color: 2448793.
HSL color Cylindrical-coordinate representation of color #995D25: hue angle of 28.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995D25 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 37 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.4 |
| HSL | 28.97º | 0.61% | 0.37% | - |
| HSV(B) | 28.97º | 0.76% | 0.6% | - |
| XYZ | 17.39 | 14.73 | 3.68 | - |
| YUV | 104.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 37 | 0 | 0.39 | 0.76 | 0.4 | 28.97 | 0.61 | 0.37 |
| Hex | 99 | 5D | 25 | 0 | 27 | 4C | 28 | 1D | 3D | 25 |
| Octal | 231 | 135 | 45 | 0 | 47 | 114 | 50 | 35 | 75 | 45 |
| Binary | 10011001 | 1011101 | 100101 | 0 | 100111 | 1001100 | 101000 | 11101 | 111101 | 100101 |
Color Harmonies of #995D25
Complementary color
Monochromatic Colors of #995D25
Black with #995D25
Text Example
Text Example
White with #995D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D25; }
p { color: rgb(153,93,37); }
H1.HeaderClassName
{
color: #995D25;
}
.AnyTagClassName
{
color: #995D25;
}
</style>
background-color css
<style>
a { background-color: #995D25; }
a { background-color: rgb(153,93,37); }
div.DivClassName
{
background-color: #995D25;
}
.BgClassName
{
background-color: #995D25;
}
</style>
border-color css
<style>
span { border-color: #995D25; }
span { border-color: rgb(153,93,37); }
td.TdClassName
{
border-color: #995D25;
}
.TagClassName
{
border-color: #995D25;
}
</style>