Shades of Tundora #534F4D
Tints of Tundora #534F4D
RGB
CMYK
RGB Variations
Color information
#534F4D (or 0x534F4D) is known color: Tundora. HEX triplet: 53, 4F and 4D. RGB value is (83,79,77). Sum of RGB (Red+Green+Blue) = 83+79+77=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F4D is #ACB0B2. Grayscale: #4F4F4F. Windows color (decimal): -11317427 or 5066579. OLE color: 5066579.
HSL color Cylindrical-coordinate representation of color #534F4D: hue angle of 20º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534F4D is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 79 | 77 | - |
CMYK | 0 | 0.05 | 0.07 | 0.67 |
HSL | 20º | 0.04% | 0.31% | - |
HSV(B) | 20º | 0.07% | 0.33% | - |
XYZ | 7.7 | 7.97 | 8.15 | - |
YUV | 79.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 79 | 77 | 0 | 0.05 | 0.07 | 0.67 | 20 | 0.04 | 0.31 |
Hex | 53 | 4F | 4D | 0 | 5 | 7 | 43 | 14 | 4 | 1F |
Octal | 123 | 117 | 115 | 0 | 5 | 7 | 103 | 24 | 4 | 37 |
Binary | 1010011 | 1001111 | 1001101 | 0 | 101 | 111 | 1000011 | 10100 | 100 | 11111 |
Color Harmonies of #534F4D
Complementary color
Monochromatic Colors of #534F4D
Black with #534F4D
Text Example
Text Example
White with #534F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F4D; }
p { color: rgb(83,79,77); }
H1.HeaderClassName
{
color: #534F4D;
}
.AnyTagClassName
{
color: #534F4D;
}
</style>
background-color css
<style>
a { background-color: #534F4D; }
a { background-color: rgb(83,79,77); }
div.DivClassName
{
background-color: #534F4D;
}
.BgClassName
{
background-color: #534F4D;
}
</style>
border-color css
<style>
span { border-color: #534F4D; }
span { border-color: rgb(83,79,77); }
td.TdClassName
{
border-color: #534F4D;
}
.TagClassName
{
border-color: #534F4D;
}
</style>