Shades of Saddle #534A46
Tints of Saddle #534A46
RGB
CMYK
RGB Variations
Color information
#534A46 (or 0x534A46) is known color: Saddle. HEX triplet: 53, 4A and 46. RGB value is (83,74,70). Sum of RGB (Red+Green+Blue) = 83+74+70=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A46 is #ACB5B9. Grayscale: #4C4C4C. Windows color (decimal): -11318714 or 4606547. OLE color: 4606547.
HSL color Cylindrical-coordinate representation of color #534A46: hue angle of 18.46º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534A46 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 70 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.67 |
| HSL | 18.46º | 0.08% | 0.3% | - |
| HSV(B) | 18.46º | 0.16% | 0.33% | - |
| XYZ | 7.12 | 7.18 | 6.8 | - |
| YUV | 76.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 70 | 0 | 0.11 | 0.16 | 0.67 | 18.46 | 0.08 | 0.3 |
| Hex | 53 | 4A | 46 | 0 | B | 10 | 43 | 12 | 8 | 1E |
| Octal | 123 | 112 | 106 | 0 | 13 | 20 | 103 | 22 | 10 | 36 |
| Binary | 1010011 | 1001010 | 1000110 | 0 | 1011 | 10000 | 1000011 | 10010 | 1000 | 11110 |
Color Harmonies of #534A46
Complementary color
Monochromatic Colors of #534A46
Black with #534A46
Text Example
Text Example
White with #534A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A46; }
p { color: rgb(83,74,70); }
H1.HeaderClassName
{
color: #534A46;
}
.AnyTagClassName
{
color: #534A46;
}
</style>
background-color css
<style>
a { background-color: #534A46; }
a { background-color: rgb(83,74,70); }
div.DivClassName
{
background-color: #534A46;
}
.BgClassName
{
background-color: #534A46;
}
</style>
border-color css
<style>
span { border-color: #534A46; }
span { border-color: rgb(83,74,70); }
td.TdClassName
{
border-color: #534A46;
}
.TagClassName
{
border-color: #534A46;
}
</style>