Shades of Saddle #534945
Tints of Saddle #534945
RGB
CMYK
RGB Variations
Color information
#534945 (or 0x534945) is known color: Saddle. HEX triplet: 53, 49 and 45. RGB value is (83,73,69). Sum of RGB (Red+Green+Blue) = 83+73+69=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534945 is #ACB6BA. Grayscale: #4B4B4B. Windows color (decimal): -11318971 or 4540755. OLE color: 4540755.
HSL color Cylindrical-coordinate representation of color #534945: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534945 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 69 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.67 |
| HSL | 17.14º | 0.09% | 0.3% | - |
| HSV(B) | 17.14º | 0.17% | 0.33% | - |
| XYZ | 7.02 | 7.03 | 6.62 | - |
| YUV | 75.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 69 | 0 | 0.12 | 0.17 | 0.67 | 17.14 | 0.09 | 0.3 |
| Hex | 53 | 49 | 45 | 0 | C | 11 | 43 | 11 | 9 | 1E |
| Octal | 123 | 111 | 105 | 0 | 14 | 21 | 103 | 21 | 11 | 36 |
| Binary | 1010011 | 1001001 | 1000101 | 0 | 1100 | 10001 | 1000011 | 10001 | 1001 | 11110 |
Color Harmonies of #534945
Complementary color
Monochromatic Colors of #534945
Black with #534945
Text Example
Text Example
White with #534945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534945; }
p { color: rgb(83,73,69); }
H1.HeaderClassName
{
color: #534945;
}
.AnyTagClassName
{
color: #534945;
}
</style>
background-color css
<style>
a { background-color: #534945; }
a { background-color: rgb(83,73,69); }
div.DivClassName
{
background-color: #534945;
}
.BgClassName
{
background-color: #534945;
}
</style>
border-color css
<style>
span { border-color: #534945; }
span { border-color: rgb(83,73,69); }
td.TdClassName
{
border-color: #534945;
}
.TagClassName
{
border-color: #534945;
}
</style>