Shades of Saddle #5C4A43
Tints of Saddle #5C4A43
RGB
CMYK
RGB Variations
Color information
#5C4A43 (or 0x5C4A43) is known color: Saddle. HEX triplet: 5C, 4A and 43. RGB value is (92,74,67). Sum of RGB (Red+Green+Blue) = 92+74+67=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A43 is #A3B5BC. Grayscale: #4E4E4E. Windows color (decimal): -10728893 or 4409948. OLE color: 4409948.
HSL color Cylindrical-coordinate representation of color #5C4A43: hue angle of 16.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4A43 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 67 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.64 |
| HSL | 16.8º | 0.16% | 0.31% | - |
| HSV(B) | 16.8º | 0.27% | 0.36% | - |
| XYZ | 7.88 | 7.58 | 6.36 | - |
| YUV | 78.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 67 | 0 | 0.20 | 0.27 | 0.64 | 16.8 | 0.16 | 0.31 |
| Hex | 5C | 4A | 43 | 0 | 14 | 1B | 40 | 11 | 10 | 1F |
| Octal | 134 | 112 | 103 | 0 | 24 | 33 | 100 | 21 | 20 | 37 |
| Binary | 1011100 | 1001010 | 1000011 | 0 | 10100 | 11011 | 1000000 | 10001 | 10000 | 11111 |
Color Harmonies of #5C4A43
Complementary color
Monochromatic Colors of #5C4A43
Black with #5C4A43
Text Example
Text Example
White with #5C4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A43; }
p { color: rgb(92,74,67); }
H1.HeaderClassName
{
color: #5C4A43;
}
.AnyTagClassName
{
color: #5C4A43;
}
</style>
background-color css
<style>
a { background-color: #5C4A43; }
a { background-color: rgb(92,74,67); }
div.DivClassName
{
background-color: #5C4A43;
}
.BgClassName
{
background-color: #5C4A43;
}
</style>
border-color css
<style>
span { border-color: #5C4A43; }
span { border-color: rgb(92,74,67); }
td.TdClassName
{
border-color: #5C4A43;
}
.TagClassName
{
border-color: #5C4A43;
}
</style>