Shades of Afghan Tan #975E20
Tints of Afghan Tan #975E20
RGB
CMYK
RGB Variations
Color information
#975E20 (or 0x975E20) is known color: Afghan Tan. HEX triplet: 97, 5E and 20. RGB value is (151,94,32). Sum of RGB (Red+Green+Blue) = 151+94+32=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #975E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E20 is #68A1DF. Grayscale: #686868. Windows color (decimal): -6857184 or 2121367. OLE color: 2121367.
HSL color Cylindrical-coordinate representation of color #975E20: hue angle of 31.26º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #975E20 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 32 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.41 |
| HSL | 31.26º | 0.65% | 0.36% | - |
| HSV(B) | 31.26º | 0.79% | 0.59% | - |
| XYZ | 17.03 | 14.69 | 3.3 | - |
| YUV | 103.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 32 | 0 | 0.38 | 0.79 | 0.41 | 31.26 | 0.65 | 0.36 |
| Hex | 97 | 5E | 20 | 0 | 26 | 4F | 29 | 1F | 41 | 24 |
| Octal | 227 | 136 | 40 | 0 | 46 | 117 | 51 | 37 | 101 | 44 |
| Binary | 10010111 | 1011110 | 100000 | 0 | 100110 | 1001111 | 101001 | 11111 | 1000001 | 100100 |
Color Harmonies of #975E20
Complementary color
Monochromatic Colors of #975E20
Black with #975E20
Text Example
Text Example
White with #975E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E20; }
p { color: rgb(151,94,32); }
H1.HeaderClassName
{
color: #975E20;
}
.AnyTagClassName
{
color: #975E20;
}
</style>
background-color css
<style>
a { background-color: #975E20; }
a { background-color: rgb(151,94,32); }
div.DivClassName
{
background-color: #975E20;
}
.BgClassName
{
background-color: #975E20;
}
</style>
border-color css
<style>
span { border-color: #975E20; }
span { border-color: rgb(151,94,32); }
td.TdClassName
{
border-color: #975E20;
}
.TagClassName
{
border-color: #975E20;
}
</style>