Shades of Tundora #5F534D
Tints of Tundora #5F534D
RGB
CMYK
RGB Variations
Color information
#5F534D (or 0x5F534D) is known color: Tundora. HEX triplet: 5F, 53 and 4D. RGB value is (95,83,77). Sum of RGB (Red+Green+Blue) = 95+83+77=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F534D is #A0ACB2. Grayscale: #555555. Windows color (decimal): -10529971 or 5067615. OLE color: 5067615.
HSL color Cylindrical-coordinate representation of color #5F534D: hue angle of 20º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F534D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 77 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.63 |
| HSL | 20º | 0.1% | 0.34% | - |
| HSV(B) | 20º | 0.19% | 0.37% | - |
| XYZ | 9.15 | 9.16 | 8.31 | - |
| YUV | 85.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 77 | 0 | 0.13 | 0.19 | 0.63 | 20 | 0.1 | 0.34 |
| Hex | 5F | 53 | 4D | 0 | D | 13 | 3F | 14 | A | 22 |
| Octal | 137 | 123 | 115 | 0 | 15 | 23 | 77 | 24 | 12 | 42 |
| Binary | 1011111 | 1010011 | 1001101 | 0 | 1101 | 10011 | 111111 | 10100 | 1010 | 100010 |
Color Harmonies of #5F534D
Complementary color
Monochromatic Colors of #5F534D
Black with #5F534D
Text Example
Text Example
White with #5F534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F534D; }
p { color: rgb(95,83,77); }
H1.HeaderClassName
{
color: #5F534D;
}
.AnyTagClassName
{
color: #5F534D;
}
</style>
background-color css
<style>
a { background-color: #5F534D; }
a { background-color: rgb(95,83,77); }
div.DivClassName
{
background-color: #5F534D;
}
.BgClassName
{
background-color: #5F534D;
}
</style>
border-color css
<style>
span { border-color: #5F534D; }
span { border-color: rgb(95,83,77); }
td.TdClassName
{
border-color: #5F534D;
}
.TagClassName
{
border-color: #5F534D;
}
</style>