Shades of Desert #9C5D3A
Tints of Desert #9C5D3A
RGB
CMYK
RGB Variations
Color information
#9C5D3A (or 0x9C5D3A) is known color: Desert. HEX triplet: 9C, 5D and 3A. RGB value is (156,93,58). Sum of RGB (Red+Green+Blue) = 156+93+58=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5D3A is #63A2C5. Grayscale: #6C6C6C. Windows color (decimal): -6529734 or 3825052. OLE color: 3825052.
HSL color Cylindrical-coordinate representation of color #9C5D3A: hue angle of 21.43º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C5D3A is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 58 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.39 |
| HSL | 21.43º | 0.46% | 0.42% | - |
| HSV(B) | 21.43º | 0.63% | 0.61% | - |
| XYZ | 18.39 | 15.2 | 5.97 | - |
| YUV | 107.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 58 | 0 | 0.40 | 0.63 | 0.39 | 21.43 | 0.46 | 0.42 |
| Hex | 9C | 5D | 3A | 0 | 28 | 3F | 27 | 15 | 2E | 2A |
| Octal | 234 | 135 | 72 | 0 | 50 | 77 | 47 | 25 | 56 | 52 |
| Binary | 10011100 | 1011101 | 111010 | 0 | 101000 | 111111 | 100111 | 10101 | 101110 | 101010 |
Color Harmonies of #9C5D3A
Complementary color
Monochromatic Colors of #9C5D3A
Black with #9C5D3A
Text Example
Text Example
White with #9C5D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D3A; }
p { color: rgb(156,93,58); }
H1.HeaderClassName
{
color: #9C5D3A;
}
.AnyTagClassName
{
color: #9C5D3A;
}
</style>
background-color css
<style>
a { background-color: #9C5D3A; }
a { background-color: rgb(156,93,58); }
div.DivClassName
{
background-color: #9C5D3A;
}
.BgClassName
{
background-color: #9C5D3A;
}
</style>
border-color css
<style>
span { border-color: #9C5D3A; }
span { border-color: rgb(156,93,58); }
td.TdClassName
{
border-color: #9C5D3A;
}
.TagClassName
{
border-color: #9C5D3A;
}
</style>