Shades of Rock #5E4E41
Tints of Rock #5E4E41
RGB
CMYK
RGB Variations
Color information
#5E4E41 (or 0x5E4E41) is known color: Rock. HEX triplet: 5E, 4E and 41. RGB value is (94,78,65). Sum of RGB (Red+Green+Blue) = 94+78+65=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4E41 is #A1B1BE. Grayscale: #515151. Windows color (decimal): -10596799 or 4279902. OLE color: 4279902.
HSL color Cylindrical-coordinate representation of color #5E4E41: hue angle of 26.9º 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 #5E4E41 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 78 | 65 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.63 |
| HSL | 26.9º | 0.18% | 0.31% | - |
| HSV(B) | 26.9º | 0.31% | 0.37% | - |
| XYZ | 8.29 | 8.21 | 6.15 | - |
| YUV | 81.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 65 | 0 | 0.17 | 0.31 | 0.63 | 26.9 | 0.18 | 0.31 |
| Hex | 5E | 4E | 41 | 0 | 11 | 1F | 3F | 1B | 12 | 1F |
| Octal | 136 | 116 | 101 | 0 | 21 | 37 | 77 | 33 | 22 | 37 |
| Binary | 1011110 | 1001110 | 1000001 | 0 | 10001 | 11111 | 111111 | 11011 | 10010 | 11111 |
Color Harmonies of #5E4E41
Complementary color
Monochromatic Colors of #5E4E41
Black with #5E4E41
Text Example
Text Example
White with #5E4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E41; }
p { color: rgb(94,78,65); }
H1.HeaderClassName
{
color: #5E4E41;
}
.AnyTagClassName
{
color: #5E4E41;
}
</style>
background-color css
<style>
a { background-color: #5E4E41; }
a { background-color: rgb(94,78,65); }
div.DivClassName
{
background-color: #5E4E41;
}
.BgClassName
{
background-color: #5E4E41;
}
</style>
border-color css
<style>
span { border-color: #5E4E41; }
span { border-color: rgb(94,78,65); }
td.TdClassName
{
border-color: #5E4E41;
}
.TagClassName
{
border-color: #5E4E41;
}
</style>