Shades of Rock #5C4E3F
Tints of Rock #5C4E3F
RGB
CMYK
RGB Variations
Color information
#5C4E3F (or 0x5C4E3F) is known color: Rock. HEX triplet: 5C, 4E and 3F. RGB value is (92,78,63). Sum of RGB (Red+Green+Blue) = 92+78+63=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E3F is #A3B1C0. Grayscale: #505050. Windows color (decimal): -10727873 or 4148828. OLE color: 4148828.
HSL color Cylindrical-coordinate representation of color #5C4E3F: hue angle of 31.03º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C4E3F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 63 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.64 |
| HSL | 31.03º | 0.19% | 0.3% | - |
| HSV(B) | 31.03º | 0.32% | 0.36% | - |
| XYZ | 8.04 | 8.08 | 5.84 | - |
| YUV | 80.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 63 | 0 | 0.15 | 0.32 | 0.64 | 31.03 | 0.19 | 0.3 |
| Hex | 5C | 4E | 3F | 0 | F | 20 | 40 | 1F | 13 | 1E |
| Octal | 134 | 116 | 77 | 0 | 17 | 40 | 100 | 37 | 23 | 36 |
| Binary | 1011100 | 1001110 | 111111 | 0 | 1111 | 100000 | 1000000 | 11111 | 10011 | 11110 |
Color Harmonies of #5C4E3F
Complementary color
Monochromatic Colors of #5C4E3F
Black with #5C4E3F
Text Example
Text Example
White with #5C4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E3F; }
p { color: rgb(92,78,63); }
H1.HeaderClassName
{
color: #5C4E3F;
}
.AnyTagClassName
{
color: #5C4E3F;
}
</style>
background-color css
<style>
a { background-color: #5C4E3F; }
a { background-color: rgb(92,78,63); }
div.DivClassName
{
background-color: #5C4E3F;
}
.BgClassName
{
background-color: #5C4E3F;
}
</style>
border-color css
<style>
span { border-color: #5C4E3F; }
span { border-color: rgb(92,78,63); }
td.TdClassName
{
border-color: #5C4E3F;
}
.TagClassName
{
border-color: #5C4E3F;
}
</style>