Shades of Afghan Tan #975E2C
Tints of Afghan Tan #975E2C
RGB
CMYK
RGB Variations
Color information
#975E2C (or 0x975E2C) is known color: Afghan Tan. HEX triplet: 97, 5E and 2C. RGB value is (151,94,44). Sum of RGB (Red+Green+Blue) = 151+94+44=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #975E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E2C is #68A1D3. Grayscale: #696969. Windows color (decimal): -6857172 or 2907799. OLE color: 2907799.
HSL color Cylindrical-coordinate representation of color #975E2C: hue angle of 28.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #975E2C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 44 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.41 |
| HSL | 28.04º | 0.55% | 0.38% | - |
| HSV(B) | 28.04º | 0.71% | 0.59% | - |
| XYZ | 17.22 | 14.77 | 4.33 | - |
| YUV | 105.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 44 | 0 | 0.38 | 0.71 | 0.41 | 28.04 | 0.55 | 0.38 |
| Hex | 97 | 5E | 2C | 0 | 26 | 47 | 29 | 1C | 37 | 26 |
| Octal | 227 | 136 | 54 | 0 | 46 | 107 | 51 | 34 | 67 | 46 |
| Binary | 10010111 | 1011110 | 101100 | 0 | 100110 | 1000111 | 101001 | 11100 | 110111 | 100110 |
Color Harmonies of #975E2C
Complementary color
Monochromatic Colors of #975E2C
Black with #975E2C
Text Example
Text Example
White with #975E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E2C; }
p { color: rgb(151,94,44); }
H1.HeaderClassName
{
color: #975E2C;
}
.AnyTagClassName
{
color: #975E2C;
}
</style>
background-color css
<style>
a { background-color: #975E2C; }
a { background-color: rgb(151,94,44); }
div.DivClassName
{
background-color: #975E2C;
}
.BgClassName
{
background-color: #975E2C;
}
</style>
border-color css
<style>
span { border-color: #975E2C; }
span { border-color: rgb(151,94,44); }
td.TdClassName
{
border-color: #975E2C;
}
.TagClassName
{
border-color: #975E2C;
}
</style>