Shades of Afghan Tan #975D2B
Tints of Afghan Tan #975D2B
RGB
CMYK
RGB Variations
Color information
#975D2B (or 0x975D2B) is known color: Afghan Tan. HEX triplet: 97, 5D and 2B. RGB value is (151,93,43). Sum of RGB (Red+Green+Blue) = 151+93+43=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D2B is #68A2D4. Grayscale: #686868. Windows color (decimal): -6857429 or 2842007. OLE color: 2842007.
HSL color Cylindrical-coordinate representation of color #975D2B: hue angle of 27.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #975D2B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 93 | 43 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.41 |
| HSL | 27.78º | 0.56% | 0.38% | - |
| HSV(B) | 27.78º | 0.72% | 0.59% | - |
| XYZ | 17.11 | 14.58 | 4.2 | - |
| YUV | 104.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 43 | 0 | 0.38 | 0.72 | 0.41 | 27.78 | 0.56 | 0.38 |
| Hex | 97 | 5D | 2B | 0 | 26 | 48 | 29 | 1C | 38 | 26 |
| Octal | 227 | 135 | 53 | 0 | 46 | 110 | 51 | 34 | 70 | 46 |
| Binary | 10010111 | 1011101 | 101011 | 0 | 100110 | 1001000 | 101001 | 11100 | 111000 | 100110 |
Color Harmonies of #975D2B
Complementary color
Monochromatic Colors of #975D2B
Black with #975D2B
Text Example
Text Example
White with #975D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975D2B; }
p { color: rgb(151,93,43); }
H1.HeaderClassName
{
color: #975D2B;
}
.AnyTagClassName
{
color: #975D2B;
}
</style>
background-color css
<style>
a { background-color: #975D2B; }
a { background-color: rgb(151,93,43); }
div.DivClassName
{
background-color: #975D2B;
}
.BgClassName
{
background-color: #975D2B;
}
</style>
border-color css
<style>
span { border-color: #975D2B; }
span { border-color: rgb(151,93,43); }
td.TdClassName
{
border-color: #975D2B;
}
.TagClassName
{
border-color: #975D2B;
}
</style>