Shades of Rock #5E4F41
Tints of Rock #5E4F41
RGB
CMYK
RGB Variations
Color information
#5E4F41 (or 0x5E4F41) is known color: Rock. HEX triplet: 5E, 4F and 41. RGB value is (94,79,65). Sum of RGB (Red+Green+Blue) = 94+79+65=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4F41 is #A1B0BE. Grayscale: #515151. Windows color (decimal): -10596543 or 4280158. OLE color: 4280158.
HSL color Cylindrical-coordinate representation of color #5E4F41: hue angle of 28.97º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4F41 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 79 | 65 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.63 |
| HSL | 28.97º | 0.18% | 0.31% | - |
| HSV(B) | 28.97º | 0.31% | 0.37% | - |
| XYZ | 8.37 | 8.35 | 6.17 | - |
| YUV | 81.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 65 | 0 | 0.16 | 0.31 | 0.63 | 28.97 | 0.18 | 0.31 |
| Hex | 5E | 4F | 41 | 0 | 10 | 1F | 3F | 1D | 12 | 1F |
| Octal | 136 | 117 | 101 | 0 | 20 | 37 | 77 | 35 | 22 | 37 |
| Binary | 1011110 | 1001111 | 1000001 | 0 | 10000 | 11111 | 111111 | 11101 | 10010 | 11111 |
Color Harmonies of #5E4F41
Complementary color
Monochromatic Colors of #5E4F41
Black with #5E4F41
Text Example
Text Example
White with #5E4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F41; }
p { color: rgb(94,79,65); }
H1.HeaderClassName
{
color: #5E4F41;
}
.AnyTagClassName
{
color: #5E4F41;
}
</style>
background-color css
<style>
a { background-color: #5E4F41; }
a { background-color: rgb(94,79,65); }
div.DivClassName
{
background-color: #5E4F41;
}
.BgClassName
{
background-color: #5E4F41;
}
</style>
border-color css
<style>
span { border-color: #5E4F41; }
span { border-color: rgb(94,79,65); }
td.TdClassName
{
border-color: #5E4F41;
}
.TagClassName
{
border-color: #5E4F41;
}
</style>