Shades of Saddle #5C4E45
Tints of Saddle #5C4E45
RGB
CMYK
RGB Variations
Color information
#5C4E45 (or 0x5C4E45) is known color: Saddle. HEX triplet: 5C, 4E and 45. RGB value is (92,78,69). Sum of RGB (Red+Green+Blue) = 92+78+69=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E45 is #A3B1BA. Grayscale: #515151. Windows color (decimal): -10727867 or 4542044. OLE color: 4542044.
HSL color Cylindrical-coordinate representation of color #5C4E45: hue angle of 23.48º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C4E45 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 69 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.64 |
| HSL | 23.48º | 0.14% | 0.32% | - |
| HSV(B) | 23.48º | 0.25% | 0.36% | - |
| XYZ | 8.21 | 8.15 | 6.77 | - |
| YUV | 81.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 69 | 0 | 0.15 | 0.25 | 0.64 | 23.48 | 0.14 | 0.32 |
| Hex | 5C | 4E | 45 | 0 | F | 19 | 40 | 17 | E | 20 |
| Octal | 134 | 116 | 105 | 0 | 17 | 31 | 100 | 27 | 16 | 40 |
| Binary | 1011100 | 1001110 | 1000101 | 0 | 1111 | 11001 | 1000000 | 10111 | 1110 | 100000 |
Color Harmonies of #5C4E45
Complementary color
Monochromatic Colors of #5C4E45
Black with #5C4E45
Text Example
Text Example
White with #5C4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E45; }
p { color: rgb(92,78,69); }
H1.HeaderClassName
{
color: #5C4E45;
}
.AnyTagClassName
{
color: #5C4E45;
}
</style>
background-color css
<style>
a { background-color: #5C4E45; }
a { background-color: rgb(92,78,69); }
div.DivClassName
{
background-color: #5C4E45;
}
.BgClassName
{
background-color: #5C4E45;
}
</style>
border-color css
<style>
span { border-color: #5C4E45; }
span { border-color: rgb(92,78,69); }
td.TdClassName
{
border-color: #5C4E45;
}
.TagClassName
{
border-color: #5C4E45;
}
</style>