Shades of Saddle #514B48
Tints of Saddle #514B48
RGB
CMYK
RGB Variations
Color information
#514B48 (or 0x514B48) is known color: Saddle. HEX triplet: 51, 4B and 48. RGB value is (81,75,72). Sum of RGB (Red+Green+Blue) = 81+75+72=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B48 is #AEB4B7. Grayscale: #4C4C4C. Windows color (decimal): -11449528 or 4737873. OLE color: 4737873.
HSL color Cylindrical-coordinate representation of color #514B48: hue angle of 20º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514B48 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 72 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.68 |
| HSL | 20º | 0.06% | 0.3% | - |
| HSV(B) | 20º | 0.11% | 0.32% | - |
| XYZ | 7.08 | 7.25 | 7.16 | - |
| YUV | 76.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 72 | 0 | 0.07 | 0.11 | 0.68 | 20 | 0.06 | 0.3 |
| Hex | 51 | 4B | 48 | 0 | 7 | B | 44 | 14 | 6 | 1E |
| Octal | 121 | 113 | 110 | 0 | 7 | 13 | 104 | 24 | 6 | 36 |
| Binary | 1010001 | 1001011 | 1001000 | 0 | 111 | 1011 | 1000100 | 10100 | 110 | 11110 |
Color Harmonies of #514B48
Complementary color
Monochromatic Colors of #514B48
Black with #514B48
Text Example
Text Example
White with #514B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B48; }
p { color: rgb(81,75,72); }
H1.HeaderClassName
{
color: #514B48;
}
.AnyTagClassName
{
color: #514B48;
}
</style>
background-color css
<style>
a { background-color: #514B48; }
a { background-color: rgb(81,75,72); }
div.DivClassName
{
background-color: #514B48;
}
.BgClassName
{
background-color: #514B48;
}
</style>
border-color css
<style>
span { border-color: #514B48; }
span { border-color: rgb(81,75,72); }
td.TdClassName
{
border-color: #514B48;
}
.TagClassName
{
border-color: #514B48;
}
</style>