Shades of Saddle #5C5149
Tints of Saddle #5C5149
RGB
CMYK
RGB Variations
Color information
#5C5149 (or 0x5C5149) is known color: Saddle. HEX triplet: 5C, 51 and 49. RGB value is (92,81,73). Sum of RGB (Red+Green+Blue) = 92+81+73=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5149 is #A3AEB6. Grayscale: #535353. Windows color (decimal): -10727095 or 4804956. OLE color: 4804956.
HSL color Cylindrical-coordinate representation of color #5C5149: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5149 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 73 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.64 |
| HSL | 25.26º | 0.12% | 0.32% | - |
| HSV(B) | 25.26º | 0.21% | 0.36% | - |
| XYZ | 8.56 | 8.64 | 7.52 | - |
| YUV | 83.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 73 | 0 | 0.12 | 0.21 | 0.64 | 25.26 | 0.12 | 0.32 |
| Hex | 5C | 51 | 49 | 0 | C | 15 | 40 | 19 | C | 20 |
| Octal | 134 | 121 | 111 | 0 | 14 | 25 | 100 | 31 | 14 | 40 |
| Binary | 1011100 | 1010001 | 1001001 | 0 | 1100 | 10101 | 1000000 | 11001 | 1100 | 100000 |
Color Harmonies of #5C5149
Complementary color
Monochromatic Colors of #5C5149
Black with #5C5149
Text Example
Text Example
White with #5C5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5149; }
p { color: rgb(92,81,73); }
H1.HeaderClassName
{
color: #5C5149;
}
.AnyTagClassName
{
color: #5C5149;
}
</style>
background-color css
<style>
a { background-color: #5C5149; }
a { background-color: rgb(92,81,73); }
div.DivClassName
{
background-color: #5C5149;
}
.BgClassName
{
background-color: #5C5149;
}
</style>
border-color css
<style>
span { border-color: #5C5149; }
span { border-color: rgb(92,81,73); }
td.TdClassName
{
border-color: #5C5149;
}
.TagClassName
{
border-color: #5C5149;
}
</style>