Shades of Afghan Tan #975D27
Tints of Afghan Tan #975D27
RGB
CMYK
RGB Variations
Color information
#975D27 (or 0x975D27) is known color: Afghan Tan. HEX triplet: 97, 5D and 27. RGB value is (151,93,39). Sum of RGB (Red+Green+Blue) = 151+93+39=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D27 is #68A2D8. Grayscale: #686868. Windows color (decimal): -6857433 or 2579863. OLE color: 2579863.
HSL color Cylindrical-coordinate representation of color #975D27: hue angle of 28.93º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #975D27 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 93 | 39 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.41 |
| HSL | 28.93º | 0.59% | 0.37% | - |
| HSV(B) | 28.93º | 0.74% | 0.59% | - |
| XYZ | 17.04 | 14.55 | 3.83 | - |
| YUV | 104.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 39 | 0 | 0.38 | 0.74 | 0.41 | 28.93 | 0.59 | 0.37 |
| Hex | 97 | 5D | 27 | 0 | 26 | 4A | 29 | 1D | 3B | 25 |
| Octal | 227 | 135 | 47 | 0 | 46 | 112 | 51 | 35 | 73 | 45 |
| Binary | 10010111 | 1011101 | 100111 | 0 | 100110 | 1001010 | 101001 | 11101 | 111011 | 100101 |
Color Harmonies of #975D27
Complementary color
Monochromatic Colors of #975D27
Black with #975D27
Text Example
Text Example
White with #975D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975D27; }
p { color: rgb(151,93,39); }
H1.HeaderClassName
{
color: #975D27;
}
.AnyTagClassName
{
color: #975D27;
}
</style>
background-color css
<style>
a { background-color: #975D27; }
a { background-color: rgb(151,93,39); }
div.DivClassName
{
background-color: #975D27;
}
.BgClassName
{
background-color: #975D27;
}
</style>
border-color css
<style>
span { border-color: #975D27; }
span { border-color: rgb(151,93,39); }
td.TdClassName
{
border-color: #975D27;
}
.TagClassName
{
border-color: #975D27;
}
</style>