Shades of Saddle #5C4E48
Tints of Saddle #5C4E48
RGB
CMYK
RGB Variations
Color information
#5C4E48 (or 0x5C4E48) is known color: Saddle. HEX triplet: 5C, 4E and 48. RGB value is (92,78,72). Sum of RGB (Red+Green+Blue) = 92+78+72=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E48 is #A3B1B7. Grayscale: #515151. Windows color (decimal): -10727864 or 4738652. OLE color: 4738652.
HSL color Cylindrical-coordinate representation of color #5C4E48: hue angle of 18º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4E48 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 72 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.64 |
| HSL | 18º | 0.12% | 0.32% | - |
| HSV(B) | 18º | 0.22% | 0.36% | - |
| XYZ | 8.31 | 8.19 | 7.27 | - |
| YUV | 81.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 72 | 0 | 0.15 | 0.22 | 0.64 | 18 | 0.12 | 0.32 |
| Hex | 5C | 4E | 48 | 0 | F | 16 | 40 | 12 | C | 20 |
| Octal | 134 | 116 | 110 | 0 | 17 | 26 | 100 | 22 | 14 | 40 |
| Binary | 1011100 | 1001110 | 1001000 | 0 | 1111 | 10110 | 1000000 | 10010 | 1100 | 100000 |
Color Harmonies of #5C4E48
Complementary color
Monochromatic Colors of #5C4E48
Black with #5C4E48
Text Example
Text Example
White with #5C4E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E48; }
p { color: rgb(92,78,72); }
H1.HeaderClassName
{
color: #5C4E48;
}
.AnyTagClassName
{
color: #5C4E48;
}
</style>
background-color css
<style>
a { background-color: #5C4E48; }
a { background-color: rgb(92,78,72); }
div.DivClassName
{
background-color: #5C4E48;
}
.BgClassName
{
background-color: #5C4E48;
}
</style>
border-color css
<style>
span { border-color: #5C4E48; }
span { border-color: rgb(92,78,72); }
td.TdClassName
{
border-color: #5C4E48;
}
.TagClassName
{
border-color: #5C4E48;
}
</style>