Shades of Tundora #584F4C
Tints of Tundora #584F4C
RGB
CMYK
RGB Variations
Color information
#584F4C (or 0x584F4C) is known color: Tundora. HEX triplet: 58, 4F and 4C. RGB value is (88,79,76). Sum of RGB (Red+Green+Blue) = 88+79+76=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #584F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F4C is #A7B0B3. Grayscale: #515151. Windows color (decimal): -10989748 or 5001048. OLE color: 5001048.
HSL color Cylindrical-coordinate representation of color #584F4C: hue angle of 15º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584F4C is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 76 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.65 |
| HSL | 15º | 0.07% | 0.32% | - |
| HSV(B) | 15º | 0.14% | 0.35% | - |
| XYZ | 8.12 | 8.19 | 7.99 | - |
| YUV | 81.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 76 | 0 | 0.10 | 0.14 | 0.65 | 15 | 0.07 | 0.32 |
| Hex | 58 | 4F | 4C | 0 | A | E | 41 | F | 7 | 20 |
| Octal | 130 | 117 | 114 | 0 | 12 | 16 | 101 | 17 | 7 | 40 |
| Binary | 1011000 | 1001111 | 1001100 | 0 | 1010 | 1110 | 1000001 | 1111 | 111 | 100000 |
Color Harmonies of #584F4C
Complementary color
Monochromatic Colors of #584F4C
Black with #584F4C
Text Example
Text Example
White with #584F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F4C; }
p { color: rgb(88,79,76); }
H1.HeaderClassName
{
color: #584F4C;
}
.AnyTagClassName
{
color: #584F4C;
}
</style>
background-color css
<style>
a { background-color: #584F4C; }
a { background-color: rgb(88,79,76); }
div.DivClassName
{
background-color: #584F4C;
}
.BgClassName
{
background-color: #584F4C;
}
</style>
border-color css
<style>
span { border-color: #584F4C; }
span { border-color: rgb(88,79,76); }
td.TdClassName
{
border-color: #584F4C;
}
.TagClassName
{
border-color: #584F4C;
}
</style>