Shades of Afghan Tan #975C23
Tints of Afghan Tan #975C23
RGB
CMYK
RGB Variations
Color information
#975C23 (or 0x975C23) is known color: Afghan Tan. HEX triplet: 97, 5C and 23. RGB value is (151,92,35). Sum of RGB (Red+Green+Blue) = 151+92+35=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #975C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C23 is #68A3DC. Grayscale: #676767. Windows color (decimal): -6857693 or 2317463. OLE color: 2317463.
HSL color Cylindrical-coordinate representation of color #975C23: hue angle of 29.48º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #975C23 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 35 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.41 |
| HSL | 29.48º | 0.62% | 0.36% | - |
| HSV(B) | 29.48º | 0.77% | 0.59% | - |
| XYZ | 16.89 | 14.35 | 3.47 | - |
| YUV | 103.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 35 | 0 | 0.39 | 0.77 | 0.41 | 29.48 | 0.62 | 0.36 |
| Hex | 97 | 5C | 23 | 0 | 27 | 4D | 29 | 1D | 3E | 24 |
| Octal | 227 | 134 | 43 | 0 | 47 | 115 | 51 | 35 | 76 | 44 |
| Binary | 10010111 | 1011100 | 100011 | 0 | 100111 | 1001101 | 101001 | 11101 | 111110 | 100100 |
Color Harmonies of #975C23
Complementary color
Monochromatic Colors of #975C23
Black with #975C23
Text Example
Text Example
White with #975C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C23; }
p { color: rgb(151,92,35); }
H1.HeaderClassName
{
color: #975C23;
}
.AnyTagClassName
{
color: #975C23;
}
</style>
background-color css
<style>
a { background-color: #975C23; }
a { background-color: rgb(151,92,35); }
div.DivClassName
{
background-color: #975C23;
}
.BgClassName
{
background-color: #975C23;
}
</style>
border-color css
<style>
span { border-color: #975C23; }
span { border-color: rgb(151,92,35); }
td.TdClassName
{
border-color: #975C23;
}
.TagClassName
{
border-color: #975C23;
}
</style>