Shades of Como #54735F
Tints of Como #54735F
RGB
CMYK
RGB Variations
Color information
#54735F (or 0x54735F) is known color: Como. HEX triplet: 54, 73 and 5F. RGB value is (84,115,95). Sum of RGB (Red+Green+Blue) = 84+115+95=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #54735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54735F is #AB8CA0. Grayscale: #676767. Windows color (decimal): -11242657 or 6255444. OLE color: 6255444.
HSL color Cylindrical-coordinate representation of color #54735F: hue angle of 141.29º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54735F is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 115 | 95 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.55 |
| HSL | 141.29º | 0.16% | 0.39% | - |
| HSV(B) | 141.29º | 0.27% | 0.45% | - |
| XYZ | 11.85 | 14.97 | 13.09 | - |
| YUV | 103.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 95 | 0.27 | 0 | 0.17 | 0.55 | 141.29 | 0.16 | 0.39 |
| Hex | 54 | 73 | 5F | 1B | 0 | 11 | 37 | 8D | 10 | 27 |
| Octal | 124 | 163 | 137 | 33 | 0 | 21 | 67 | 215 | 20 | 47 |
| Binary | 1010100 | 1110011 | 1011111 | 11011 | 0 | 10001 | 110111 | 10001101 | 10000 | 100111 |
Color Harmonies of #54735F
Complementary color
Monochromatic Colors of #54735F
Black with #54735F
Text Example
Text Example
White with #54735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54735F; }
p { color: rgb(84,115,95); }
H1.HeaderClassName
{
color: #54735F;
}
.AnyTagClassName
{
color: #54735F;
}
</style>
background-color css
<style>
a { background-color: #54735F; }
a { background-color: rgb(84,115,95); }
div.DivClassName
{
background-color: #54735F;
}
.BgClassName
{
background-color: #54735F;
}
</style>
border-color css
<style>
span { border-color: #54735F; }
span { border-color: rgb(84,115,95); }
td.TdClassName
{
border-color: #54735F;
}
.TagClassName
{
border-color: #54735F;
}
</style>