Shades of Saddle #5C514C
Tints of Saddle #5C514C
RGB
CMYK
RGB Variations
Color information
#5C514C (or 0x5C514C) is known color: Saddle. HEX triplet: 5C, 51 and 4C. RGB value is (92,81,76). Sum of RGB (Red+Green+Blue) = 92+81+76=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C514C is #A3AEB3. Grayscale: #535353. Windows color (decimal): -10727092 or 5001564. OLE color: 5001564.
HSL color Cylindrical-coordinate representation of color #5C514C: hue angle of 18.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C514C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 76 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.64 |
| HSL | 18.75º | 0.1% | 0.33% | - |
| HSV(B) | 18.75º | 0.17% | 0.36% | - |
| XYZ | 8.66 | 8.68 | 8.06 | - |
| YUV | 83.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 76 | 0 | 0.12 | 0.17 | 0.64 | 18.75 | 0.1 | 0.33 |
| Hex | 5C | 51 | 4C | 0 | C | 11 | 40 | 13 | A | 21 |
| Octal | 134 | 121 | 114 | 0 | 14 | 21 | 100 | 23 | 12 | 41 |
| Binary | 1011100 | 1010001 | 1001100 | 0 | 1100 | 10001 | 1000000 | 10011 | 1010 | 100001 |
Color Harmonies of #5C514C
Complementary color
Monochromatic Colors of #5C514C
Black with #5C514C
Text Example
Text Example
White with #5C514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C514C; }
p { color: rgb(92,81,76); }
H1.HeaderClassName
{
color: #5C514C;
}
.AnyTagClassName
{
color: #5C514C;
}
</style>
background-color css
<style>
a { background-color: #5C514C; }
a { background-color: rgb(92,81,76); }
div.DivClassName
{
background-color: #5C514C;
}
.BgClassName
{
background-color: #5C514C;
}
</style>
border-color css
<style>
span { border-color: #5C514C; }
span { border-color: rgb(92,81,76); }
td.TdClassName
{
border-color: #5C514C;
}
.TagClassName
{
border-color: #5C514C;
}
</style>