Shades of Saddle #514B49
Tints of Saddle #514B49
RGB
CMYK
RGB Variations
Color information
#514B49 (or 0x514B49) is known color: Saddle. HEX triplet: 51, 4B and 49. RGB value is (81,75,73). Sum of RGB (Red+Green+Blue) = 81+75+73=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B49 is #AEB4B6. Grayscale: #4C4C4C. Windows color (decimal): -11449527 or 4803409. OLE color: 4803409.
HSL color Cylindrical-coordinate representation of color #514B49: hue angle of 15º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514B49 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 73 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.68 |
| HSL | 15º | 0.05% | 0.3% | - |
| HSV(B) | 15º | 0.1% | 0.32% | - |
| XYZ | 7.11 | 7.26 | 7.33 | - |
| YUV | 76.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 73 | 0 | 0.07 | 0.10 | 0.68 | 15 | 0.05 | 0.3 |
| Hex | 51 | 4B | 49 | 0 | 7 | A | 44 | F | 5 | 1E |
| Octal | 121 | 113 | 111 | 0 | 7 | 12 | 104 | 17 | 5 | 36 |
| Binary | 1010001 | 1001011 | 1001001 | 0 | 111 | 1010 | 1000100 | 1111 | 101 | 11110 |
Color Harmonies of #514B49
Complementary color
Monochromatic Colors of #514B49
Black with #514B49
Text Example
Text Example
White with #514B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B49; }
p { color: rgb(81,75,73); }
H1.HeaderClassName
{
color: #514B49;
}
.AnyTagClassName
{
color: #514B49;
}
</style>
background-color css
<style>
a { background-color: #514B49; }
a { background-color: rgb(81,75,73); }
div.DivClassName
{
background-color: #514B49;
}
.BgClassName
{
background-color: #514B49;
}
</style>
border-color css
<style>
span { border-color: #514B49; }
span { border-color: rgb(81,75,73); }
td.TdClassName
{
border-color: #514B49;
}
.TagClassName
{
border-color: #514B49;
}
</style>