Shades of Afghan Tan #975E27
Tints of Afghan Tan #975E27
RGB
CMYK
RGB Variations
Color information
#975E27 (or 0x975E27) is known color: Afghan Tan. HEX triplet: 97, 5E and 27. RGB value is (151,94,39). Sum of RGB (Red+Green+Blue) = 151+94+39=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E27 is #68A1D8. Grayscale: #696969. Windows color (decimal): -6857177 or 2580119. OLE color: 2580119.
HSL color Cylindrical-coordinate representation of color #975E27: hue angle of 29.46º 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 #975E27 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 39 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.41 |
| HSL | 29.46º | 0.59% | 0.37% | - |
| HSV(B) | 29.46º | 0.74% | 0.59% | - |
| XYZ | 17.13 | 14.73 | 3.86 | - |
| YUV | 104.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 39 | 0 | 0.38 | 0.74 | 0.41 | 29.46 | 0.59 | 0.37 |
| Hex | 97 | 5E | 27 | 0 | 26 | 4A | 29 | 1D | 3B | 25 |
| Octal | 227 | 136 | 47 | 0 | 46 | 112 | 51 | 35 | 73 | 45 |
| Binary | 10010111 | 1011110 | 100111 | 0 | 100110 | 1001010 | 101001 | 11101 | 111011 | 100101 |
Color Harmonies of #975E27
Complementary color
Monochromatic Colors of #975E27
Black with #975E27
Text Example
Text Example
White with #975E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E27; }
p { color: rgb(151,94,39); }
H1.HeaderClassName
{
color: #975E27;
}
.AnyTagClassName
{
color: #975E27;
}
</style>
background-color css
<style>
a { background-color: #975E27; }
a { background-color: rgb(151,94,39); }
div.DivClassName
{
background-color: #975E27;
}
.BgClassName
{
background-color: #975E27;
}
</style>
border-color css
<style>
span { border-color: #975E27; }
span { border-color: rgb(151,94,39); }
td.TdClassName
{
border-color: #975E27;
}
.TagClassName
{
border-color: #975E27;
}
</style>