Shades of Rock #5D4E40
Tints of Rock #5D4E40
RGB
CMYK
RGB Variations
Color information
#5D4E40 (or 0x5D4E40) is known color: Rock. HEX triplet: 5D, 4E and 40. RGB value is (93,78,64). Sum of RGB (Red+Green+Blue) = 93+78+64=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E40 is #A2B1BF. Grayscale: #505050. Windows color (decimal): -10662336 or 4214365. OLE color: 4214365.
HSL color Cylindrical-coordinate representation of color #5D4E40: hue angle of 28.97º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D4E40 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 64 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.64 |
| HSL | 28.97º | 0.18% | 0.31% | - |
| HSV(B) | 28.97º | 0.31% | 0.36% | - |
| XYZ | 8.16 | 8.15 | 5.99 | - |
| YUV | 80.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 64 | 0 | 0.16 | 0.31 | 0.64 | 28.97 | 0.18 | 0.31 |
| Hex | 5D | 4E | 40 | 0 | 10 | 1F | 40 | 1D | 12 | 1F |
| Octal | 135 | 116 | 100 | 0 | 20 | 37 | 100 | 35 | 22 | 37 |
| Binary | 1011101 | 1001110 | 1000000 | 0 | 10000 | 11111 | 1000000 | 11101 | 10010 | 11111 |
Color Harmonies of #5D4E40
Complementary color
Monochromatic Colors of #5D4E40
Black with #5D4E40
Text Example
Text Example
White with #5D4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E40; }
p { color: rgb(93,78,64); }
H1.HeaderClassName
{
color: #5D4E40;
}
.AnyTagClassName
{
color: #5D4E40;
}
</style>
background-color css
<style>
a { background-color: #5D4E40; }
a { background-color: rgb(93,78,64); }
div.DivClassName
{
background-color: #5D4E40;
}
.BgClassName
{
background-color: #5D4E40;
}
</style>
border-color css
<style>
span { border-color: #5D4E40; }
span { border-color: rgb(93,78,64); }
td.TdClassName
{
border-color: #5D4E40;
}
.TagClassName
{
border-color: #5D4E40;
}
</style>