Shades of Rock #5D4E3D
Tints of Rock #5D4E3D
RGB
CMYK
RGB Variations
Color information
#5D4E3D (or 0x5D4E3D) is known color: Rock. HEX triplet: 5D, 4E and 3D. RGB value is (93,78,61). Sum of RGB (Red+Green+Blue) = 93+78+61=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E3D is #A2B1C2. Grayscale: #505050. Windows color (decimal): -10662339 or 4017757. OLE color: 4017757.
HSL color Cylindrical-coordinate representation of color #5D4E3D: hue angle of 31.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D4E3D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 61 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.64 |
| HSL | 31.88º | 0.21% | 0.3% | - |
| HSV(B) | 31.88º | 0.34% | 0.36% | - |
| XYZ | 8.08 | 8.11 | 5.55 | - |
| YUV | 80.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 61 | 0 | 0.16 | 0.34 | 0.64 | 31.88 | 0.21 | 0.3 |
| Hex | 5D | 4E | 3D | 0 | 10 | 22 | 40 | 20 | 15 | 1E |
| Octal | 135 | 116 | 75 | 0 | 20 | 42 | 100 | 40 | 25 | 36 |
| Binary | 1011101 | 1001110 | 111101 | 0 | 10000 | 100010 | 1000000 | 100000 | 10101 | 11110 |
Color Harmonies of #5D4E3D
Complementary color
Monochromatic Colors of #5D4E3D
Black with #5D4E3D
Text Example
Text Example
White with #5D4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E3D; }
p { color: rgb(93,78,61); }
H1.HeaderClassName
{
color: #5D4E3D;
}
.AnyTagClassName
{
color: #5D4E3D;
}
</style>
background-color css
<style>
a { background-color: #5D4E3D; }
a { background-color: rgb(93,78,61); }
div.DivClassName
{
background-color: #5D4E3D;
}
.BgClassName
{
background-color: #5D4E3D;
}
</style>
border-color css
<style>
span { border-color: #5D4E3D; }
span { border-color: rgb(93,78,61); }
td.TdClassName
{
border-color: #5D4E3D;
}
.TagClassName
{
border-color: #5D4E3D;
}
</style>