Shades of Saddle #524C49
Tints of Saddle #524C49
RGB
CMYK
RGB Variations
Color information
#524C49 (or 0x524C49) is known color: Saddle. HEX triplet: 52, 4C and 49. RGB value is (82,76,73). Sum of RGB (Red+Green+Blue) = 82+76+73=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C49 is #ADB3B6. Grayscale: #4D4D4D. Windows color (decimal): -11383735 or 4803666. OLE color: 4803666.
HSL color Cylindrical-coordinate representation of color #524C49: hue angle of 20º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #524C49 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 73 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.68 |
| HSL | 20º | 0.06% | 0.3% | - |
| HSV(B) | 20º | 0.11% | 0.32% | - |
| XYZ | 7.27 | 7.44 | 7.36 | - |
| YUV | 77.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 73 | 0 | 0.07 | 0.11 | 0.68 | 20 | 0.06 | 0.3 |
| Hex | 52 | 4C | 49 | 0 | 7 | B | 44 | 14 | 6 | 1E |
| Octal | 122 | 114 | 111 | 0 | 7 | 13 | 104 | 24 | 6 | 36 |
| Binary | 1010010 | 1001100 | 1001001 | 0 | 111 | 1011 | 1000100 | 10100 | 110 | 11110 |
Color Harmonies of #524C49
Complementary color
Monochromatic Colors of #524C49
Black with #524C49
Text Example
Text Example
White with #524C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C49; }
p { color: rgb(82,76,73); }
H1.HeaderClassName
{
color: #524C49;
}
.AnyTagClassName
{
color: #524C49;
}
</style>
background-color css
<style>
a { background-color: #524C49; }
a { background-color: rgb(82,76,73); }
div.DivClassName
{
background-color: #524C49;
}
.BgClassName
{
background-color: #524C49;
}
</style>
border-color css
<style>
span { border-color: #524C49; }
span { border-color: rgb(82,76,73); }
td.TdClassName
{
border-color: #524C49;
}
.TagClassName
{
border-color: #524C49;
}
</style>