Shades of Saddle #534D4A
Tints of Saddle #534D4A
RGB
CMYK
RGB Variations
Color information
#534D4A (or 0x534D4A) is known color: Saddle. HEX triplet: 53, 4D and 4A. RGB value is (83,77,74). Sum of RGB (Red+Green+Blue) = 83+77+74=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D4A is #ACB2B5. Grayscale: #4E4E4E. Windows color (decimal): -11317942 or 4869459. OLE color: 4869459.
HSL color Cylindrical-coordinate representation of color #534D4A: hue angle of 20º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534D4A is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 74 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.67 |
| HSL | 20º | 0.06% | 0.31% | - |
| HSV(B) | 20º | 0.11% | 0.33% | - |
| XYZ | 7.46 | 7.64 | 7.56 | - |
| YUV | 78.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 74 | 0 | 0.07 | 0.11 | 0.67 | 20 | 0.06 | 0.31 |
| Hex | 53 | 4D | 4A | 0 | 7 | B | 43 | 14 | 6 | 1F |
| Octal | 123 | 115 | 112 | 0 | 7 | 13 | 103 | 24 | 6 | 37 |
| Binary | 1010011 | 1001101 | 1001010 | 0 | 111 | 1011 | 1000011 | 10100 | 110 | 11111 |
Color Harmonies of #534D4A
Complementary color
Monochromatic Colors of #534D4A
Black with #534D4A
Text Example
Text Example
White with #534D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D4A; }
p { color: rgb(83,77,74); }
H1.HeaderClassName
{
color: #534D4A;
}
.AnyTagClassName
{
color: #534D4A;
}
</style>
background-color css
<style>
a { background-color: #534D4A; }
a { background-color: rgb(83,77,74); }
div.DivClassName
{
background-color: #534D4A;
}
.BgClassName
{
background-color: #534D4A;
}
</style>
border-color css
<style>
span { border-color: #534D4A; }
span { border-color: rgb(83,77,74); }
td.TdClassName
{
border-color: #534D4A;
}
.TagClassName
{
border-color: #534D4A;
}
</style>