Shades of Saddle #5C4C43
Tints of Saddle #5C4C43
RGB
CMYK
RGB Variations
Color information
#5C4C43 (or 0x5C4C43) is known color: Saddle. HEX triplet: 5C, 4C and 43. RGB value is (92,76,67). Sum of RGB (Red+Green+Blue) = 92+76+67=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4C43 is #A3B3BC. Grayscale: #4F4F4F. Windows color (decimal): -10728381 or 4410460. OLE color: 4410460.
HSL color Cylindrical-coordinate representation of color #5C4C43: hue angle of 21.6º 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 #5C4C43 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 76 | 67 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.64 |
| HSL | 21.6º | 0.16% | 0.31% | - |
| HSV(B) | 21.6º | 0.27% | 0.36% | - |
| XYZ | 8.01 | 7.85 | 6.4 | - |
| YUV | 79.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 67 | 0 | 0.17 | 0.27 | 0.64 | 21.6 | 0.16 | 0.31 |
| Hex | 5C | 4C | 43 | 0 | 11 | 1B | 40 | 16 | 10 | 1F |
| Octal | 134 | 114 | 103 | 0 | 21 | 33 | 100 | 26 | 20 | 37 |
| Binary | 1011100 | 1001100 | 1000011 | 0 | 10001 | 11011 | 1000000 | 10110 | 10000 | 11111 |
Color Harmonies of #5C4C43
Complementary color
Monochromatic Colors of #5C4C43
Black with #5C4C43
Text Example
Text Example
White with #5C4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4C43; }
p { color: rgb(92,76,67); }
H1.HeaderClassName
{
color: #5C4C43;
}
.AnyTagClassName
{
color: #5C4C43;
}
</style>
background-color css
<style>
a { background-color: #5C4C43; }
a { background-color: rgb(92,76,67); }
div.DivClassName
{
background-color: #5C4C43;
}
.BgClassName
{
background-color: #5C4C43;
}
</style>
border-color css
<style>
span { border-color: #5C4C43; }
span { border-color: rgb(92,76,67); }
td.TdClassName
{
border-color: #5C4C43;
}
.TagClassName
{
border-color: #5C4C43;
}
</style>