Shades of Rock #5D4E3F
Tints of Rock #5D4E3F
RGB
CMYK
RGB Variations
Color information
#5D4E3F (or 0x5D4E3F) is known color: Rock. HEX triplet: 5D, 4E and 3F. RGB value is (93,78,63). Sum of RGB (Red+Green+Blue) = 93+78+63=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E3F is #A2B1C0. Grayscale: #505050. Windows color (decimal): -10662337 or 4148829. OLE color: 4148829.
HSL color Cylindrical-coordinate representation of color #5D4E3F: hue angle of 30º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D4E3F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 63 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.64 |
| HSL | 30º | 0.19% | 0.31% | - |
| HSV(B) | 30º | 0.32% | 0.36% | - |
| XYZ | 8.14 | 8.13 | 5.84 | - |
| YUV | 80.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 63 | 0 | 0.16 | 0.32 | 0.64 | 30 | 0.19 | 0.31 |
| Hex | 5D | 4E | 3F | 0 | 10 | 20 | 40 | 1E | 13 | 1F |
| Octal | 135 | 116 | 77 | 0 | 20 | 40 | 100 | 36 | 23 | 37 |
| Binary | 1011101 | 1001110 | 111111 | 0 | 10000 | 100000 | 1000000 | 11110 | 10011 | 11111 |
Color Harmonies of #5D4E3F
Complementary color
Monochromatic Colors of #5D4E3F
Black with #5D4E3F
Text Example
Text Example
White with #5D4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E3F; }
p { color: rgb(93,78,63); }
H1.HeaderClassName
{
color: #5D4E3F;
}
.AnyTagClassName
{
color: #5D4E3F;
}
</style>
background-color css
<style>
a { background-color: #5D4E3F; }
a { background-color: rgb(93,78,63); }
div.DivClassName
{
background-color: #5D4E3F;
}
.BgClassName
{
background-color: #5D4E3F;
}
</style>
border-color css
<style>
span { border-color: #5D4E3F; }
span { border-color: rgb(93,78,63); }
td.TdClassName
{
border-color: #5D4E3F;
}
.TagClassName
{
border-color: #5D4E3F;
}
</style>