Shades of Saddle #5C473E
Tints of Saddle #5C473E
RGB
CMYK
RGB Variations
Color information
#5C473E (or 0x5C473E) is known color: Saddle. HEX triplet: 5C, 47 and 3E. RGB value is (92,71,62). Sum of RGB (Red+Green+Blue) = 92+71+62=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C473E is #A3B8C1. Grayscale: #4C4C4C. Windows color (decimal): -10729666 or 4081500. OLE color: 4081500.
HSL color Cylindrical-coordinate representation of color #5C473E: hue angle of 18º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C473E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 62 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.64 |
| HSL | 18º | 0.19% | 0.3% | - |
| HSV(B) | 18º | 0.33% | 0.36% | - |
| XYZ | 7.54 | 7.13 | 5.54 | - |
| YUV | 76.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 62 | 0 | 0.23 | 0.33 | 0.64 | 18 | 0.19 | 0.3 |
| Hex | 5C | 47 | 3E | 0 | 17 | 21 | 40 | 12 | 13 | 1E |
| Octal | 134 | 107 | 76 | 0 | 27 | 41 | 100 | 22 | 23 | 36 |
| Binary | 1011100 | 1000111 | 111110 | 0 | 10111 | 100001 | 1000000 | 10010 | 10011 | 11110 |
Color Harmonies of #5C473E
Complementary color
Monochromatic Colors of #5C473E
Black with #5C473E
Text Example
Text Example
White with #5C473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C473E; }
p { color: rgb(92,71,62); }
H1.HeaderClassName
{
color: #5C473E;
}
.AnyTagClassName
{
color: #5C473E;
}
</style>
background-color css
<style>
a { background-color: #5C473E; }
a { background-color: rgb(92,71,62); }
div.DivClassName
{
background-color: #5C473E;
}
.BgClassName
{
background-color: #5C473E;
}
</style>
border-color css
<style>
span { border-color: #5C473E; }
span { border-color: rgb(92,71,62); }
td.TdClassName
{
border-color: #5C473E;
}
.TagClassName
{
border-color: #5C473E;
}
</style>