Shades of Saddle #534B47
Tints of Saddle #534B47
RGB
CMYK
RGB Variations
Color information
#534B47 (or 0x534B47) is known color: Saddle. HEX triplet: 53, 4B and 47. RGB value is (83,75,71). Sum of RGB (Red+Green+Blue) = 83+75+71=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B47 is #ACB4B8. Grayscale: #4C4C4C. Windows color (decimal): -11318457 or 4672339. OLE color: 4672339.
HSL color Cylindrical-coordinate representation of color #534B47: hue angle of 20º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534B47 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 71 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.67 |
| HSL | 20º | 0.08% | 0.3% | - |
| HSV(B) | 20º | 0.14% | 0.33% | - |
| XYZ | 7.22 | 7.33 | 6.99 | - |
| YUV | 76.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 71 | 0 | 0.10 | 0.14 | 0.67 | 20 | 0.08 | 0.3 |
| Hex | 53 | 4B | 47 | 0 | A | E | 43 | 14 | 8 | 1E |
| Octal | 123 | 113 | 107 | 0 | 12 | 16 | 103 | 24 | 10 | 36 |
| Binary | 1010011 | 1001011 | 1000111 | 0 | 1010 | 1110 | 1000011 | 10100 | 1000 | 11110 |
Color Harmonies of #534B47
Complementary color
Monochromatic Colors of #534B47
Black with #534B47
Text Example
Text Example
White with #534B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B47; }
p { color: rgb(83,75,71); }
H1.HeaderClassName
{
color: #534B47;
}
.AnyTagClassName
{
color: #534B47;
}
</style>
background-color css
<style>
a { background-color: #534B47; }
a { background-color: rgb(83,75,71); }
div.DivClassName
{
background-color: #534B47;
}
.BgClassName
{
background-color: #534B47;
}
</style>
border-color css
<style>
span { border-color: #534B47; }
span { border-color: rgb(83,75,71); }
td.TdClassName
{
border-color: #534B47;
}
.TagClassName
{
border-color: #534B47;
}
</style>