Shades of Afghan Tan #995D27
Tints of Afghan Tan #995D27
RGB
CMYK
RGB Variations
Color information
#995D27 (or 0x995D27) is known color: Afghan Tan. HEX triplet: 99, 5D and 27. RGB value is (153,93,39). Sum of RGB (Red+Green+Blue) = 153+93+39=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D27 is #66A2D8. Grayscale: #696969. Windows color (decimal): -6726361 or 2579865. OLE color: 2579865.
HSL color Cylindrical-coordinate representation of color #995D27: hue angle of 28.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #995D27 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 39 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.4 |
| HSL | 28.42º | 0.59% | 0.38% | - |
| HSV(B) | 28.42º | 0.75% | 0.6% | - |
| XYZ | 17.42 | 14.75 | 3.85 | - |
| YUV | 104.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 39 | 0 | 0.39 | 0.75 | 0.4 | 28.42 | 0.59 | 0.38 |
| Hex | 99 | 5D | 27 | 0 | 27 | 4B | 28 | 1C | 3B | 26 |
| Octal | 231 | 135 | 47 | 0 | 47 | 113 | 50 | 34 | 73 | 46 |
| Binary | 10011001 | 1011101 | 100111 | 0 | 100111 | 1001011 | 101000 | 11100 | 111011 | 100110 |
Color Harmonies of #995D27
Complementary color
Monochromatic Colors of #995D27
Black with #995D27
Text Example
Text Example
White with #995D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D27; }
p { color: rgb(153,93,39); }
H1.HeaderClassName
{
color: #995D27;
}
.AnyTagClassName
{
color: #995D27;
}
</style>
background-color css
<style>
a { background-color: #995D27; }
a { background-color: rgb(153,93,39); }
div.DivClassName
{
background-color: #995D27;
}
.BgClassName
{
background-color: #995D27;
}
</style>
border-color css
<style>
span { border-color: #995D27; }
span { border-color: rgb(153,93,39); }
td.TdClassName
{
border-color: #995D27;
}
.TagClassName
{
border-color: #995D27;
}
</style>