Shades of Saddle #534B48
Tints of Saddle #534B48
RGB
CMYK
RGB Variations
Color information
#534B48 (or 0x534B48) is known color: Saddle. HEX triplet: 53, 4B and 48. RGB value is (83,75,72). Sum of RGB (Red+Green+Blue) = 83+75+72=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B48 is #ACB4B7. Grayscale: #4D4D4D. Windows color (decimal): -11318456 or 4737875. OLE color: 4737875.
HSL color Cylindrical-coordinate representation of color #534B48: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534B48 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 72 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.67 |
| HSL | 16.36º | 0.07% | 0.3% | - |
| HSV(B) | 16.36º | 0.13% | 0.33% | - |
| XYZ | 7.25 | 7.34 | 7.17 | - |
| YUV | 77.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 72 | 0 | 0.10 | 0.13 | 0.67 | 16.36 | 0.07 | 0.3 |
| Hex | 53 | 4B | 48 | 0 | A | D | 43 | 10 | 7 | 1E |
| Octal | 123 | 113 | 110 | 0 | 12 | 15 | 103 | 20 | 7 | 36 |
| Binary | 1010011 | 1001011 | 1001000 | 0 | 1010 | 1101 | 1000011 | 10000 | 111 | 11110 |
Color Harmonies of #534B48
Complementary color
Monochromatic Colors of #534B48
Black with #534B48
Text Example
Text Example
White with #534B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B48; }
p { color: rgb(83,75,72); }
H1.HeaderClassName
{
color: #534B48;
}
.AnyTagClassName
{
color: #534B48;
}
</style>
background-color css
<style>
a { background-color: #534B48; }
a { background-color: rgb(83,75,72); }
div.DivClassName
{
background-color: #534B48;
}
.BgClassName
{
background-color: #534B48;
}
</style>
border-color css
<style>
span { border-color: #534B48; }
span { border-color: rgb(83,75,72); }
td.TdClassName
{
border-color: #534B48;
}
.TagClassName
{
border-color: #534B48;
}
</style>