Shades of Tundora #514E4D
Tints of Tundora #514E4D
RGB
CMYK
RGB Variations
Color information
#514E4D (or 0x514E4D) is known color: Tundora. HEX triplet: 51, 4E and 4D. RGB value is (81,78,77). Sum of RGB (Red+Green+Blue) = 81+78+77=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 81 - color contains mainly: red. Hex color #514E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E4D is #AEB1B2. Grayscale: #4E4E4E. Windows color (decimal): -11448755 or 5066321. OLE color: 5066321.
HSL color Cylindrical-coordinate representation of color #514E4D: hue angle of 15º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #514E4D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 78 | 77 | - |
CMYK | 0 | 0.04 | 0.05 | 0.68 |
HSL | 15º | 0.03% | 0.31% | - |
HSV(B) | 15º | 0.05% | 0.32% | - |
XYZ | 7.46 | 7.73 | 8.12 | - |
YUV | 78.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 78 | 77 | 0 | 0.04 | 0.05 | 0.68 | 15 | 0.03 | 0.31 |
Hex | 51 | 4E | 4D | 0 | 4 | 5 | 44 | F | 3 | 1F |
Octal | 121 | 116 | 115 | 0 | 4 | 5 | 104 | 17 | 3 | 37 |
Binary | 1010001 | 1001110 | 1001101 | 0 | 100 | 101 | 1000100 | 1111 | 11 | 11111 |
Color Harmonies of #514E4D
Complementary color
Monochromatic Colors of #514E4D
Black with #514E4D
Text Example
Text Example
White with #514E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E4D; }
p { color: rgb(81,78,77); }
H1.HeaderClassName
{
color: #514E4D;
}
.AnyTagClassName
{
color: #514E4D;
}
</style>
background-color css
<style>
a { background-color: #514E4D; }
a { background-color: rgb(81,78,77); }
div.DivClassName
{
background-color: #514E4D;
}
.BgClassName
{
background-color: #514E4D;
}
</style>
border-color css
<style>
span { border-color: #514E4D; }
span { border-color: rgb(81,78,77); }
td.TdClassName
{
border-color: #514E4D;
}
.TagClassName
{
border-color: #514E4D;
}
</style>