Shades of Saddle #5C534C
Tints of Saddle #5C534C
RGB
CMYK
RGB Variations
Color information
#5C534C (or 0x5C534C) is known color: Saddle. HEX triplet: 5C, 53 and 4C. RGB value is (92,83,76). Sum of RGB (Red+Green+Blue) = 92+83+76=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 92 - color contains mainly: red. Hex color #5C534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C534C is #A3ACB3. Grayscale: #545454. Windows color (decimal): -10726580 or 5002076. OLE color: 5002076.
HSL color Cylindrical-coordinate representation of color #5C534C: hue angle of 26.25º 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 #5C534C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 76 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.64 |
| HSL | 26.25º | 0.1% | 0.33% | - |
| HSV(B) | 26.25º | 0.17% | 0.36% | - |
| XYZ | 8.81 | 8.98 | 8.11 | - |
| YUV | 84.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 76 | 0 | 0.10 | 0.17 | 0.64 | 26.25 | 0.1 | 0.33 |
| Hex | 5C | 53 | 4C | 0 | A | 11 | 40 | 1A | A | 21 |
| Octal | 134 | 123 | 114 | 0 | 12 | 21 | 100 | 32 | 12 | 41 |
| Binary | 1011100 | 1010011 | 1001100 | 0 | 1010 | 10001 | 1000000 | 11010 | 1010 | 100001 |
Color Harmonies of #5C534C
Complementary color
Monochromatic Colors of #5C534C
Black with #5C534C
Text Example
Text Example
White with #5C534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C534C; }
p { color: rgb(92,83,76); }
H1.HeaderClassName
{
color: #5C534C;
}
.AnyTagClassName
{
color: #5C534C;
}
</style>
background-color css
<style>
a { background-color: #5C534C; }
a { background-color: rgb(92,83,76); }
div.DivClassName
{
background-color: #5C534C;
}
.BgClassName
{
background-color: #5C534C;
}
</style>
border-color css
<style>
span { border-color: #5C534C; }
span { border-color: rgb(92,83,76); }
td.TdClassName
{
border-color: #5C534C;
}
.TagClassName
{
border-color: #5C534C;
}
</style>