Shades of Saddle #524C4A
Tints of Saddle #524C4A
RGB
CMYK
RGB Variations
Color information
#524C4A (or 0x524C4A) is known color: Saddle. HEX triplet: 52, 4C and 4A. RGB value is (82,76,74). Sum of RGB (Red+Green+Blue) = 82+76+74=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #524C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C4A is #ADB3B5. Grayscale: #4D4D4D. Windows color (decimal): -11383734 or 4869202. OLE color: 4869202.
HSL color Cylindrical-coordinate representation of color #524C4A: hue angle of 15º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524C4A is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 74 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.68 |
| HSL | 15º | 0.05% | 0.31% | - |
| HSV(B) | 15º | 0.1% | 0.32% | - |
| XYZ | 7.3 | 7.46 | 7.53 | - |
| YUV | 77.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 74 | 0 | 0.07 | 0.10 | 0.68 | 15 | 0.05 | 0.31 |
| Hex | 52 | 4C | 4A | 0 | 7 | A | 44 | F | 5 | 1F |
| Octal | 122 | 114 | 112 | 0 | 7 | 12 | 104 | 17 | 5 | 37 |
| Binary | 1010010 | 1001100 | 1001010 | 0 | 111 | 1010 | 1000100 | 1111 | 101 | 11111 |
Color Harmonies of #524C4A
Complementary color
Monochromatic Colors of #524C4A
Black with #524C4A
Text Example
Text Example
White with #524C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C4A; }
p { color: rgb(82,76,74); }
H1.HeaderClassName
{
color: #524C4A;
}
.AnyTagClassName
{
color: #524C4A;
}
</style>
background-color css
<style>
a { background-color: #524C4A; }
a { background-color: rgb(82,76,74); }
div.DivClassName
{
background-color: #524C4A;
}
.BgClassName
{
background-color: #524C4A;
}
</style>
border-color css
<style>
span { border-color: #524C4A; }
span { border-color: rgb(82,76,74); }
td.TdClassName
{
border-color: #524C4A;
}
.TagClassName
{
border-color: #524C4A;
}
</style>