Shades of Rock #5C4D3D
Tints of Rock #5C4D3D
RGB
CMYK
RGB Variations
Color information
#5C4D3D (or 0x5C4D3D) is known color: Rock. HEX triplet: 5C, 4D and 3D. RGB value is (92,77,61). Sum of RGB (Red+Green+Blue) = 92+77+61=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D3D is #A3B2C2. Grayscale: #4F4F4F. Windows color (decimal): -10728131 or 4017500. OLE color: 4017500.
HSL color Cylindrical-coordinate representation of color #5C4D3D: hue angle of 30.97º degrees, saturation: 0.2, 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 #5C4D3D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 61 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.64 |
| HSL | 30.97º | 0.2% | 0.3% | - |
| HSV(B) | 30.97º | 0.34% | 0.36% | - |
| XYZ | 7.91 | 7.92 | 5.53 | - |
| YUV | 79.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 61 | 0 | 0.16 | 0.34 | 0.64 | 30.97 | 0.2 | 0.3 |
| Hex | 5C | 4D | 3D | 0 | 10 | 22 | 40 | 1F | 14 | 1E |
| Octal | 134 | 115 | 75 | 0 | 20 | 42 | 100 | 37 | 24 | 36 |
| Binary | 1011100 | 1001101 | 111101 | 0 | 10000 | 100010 | 1000000 | 11111 | 10100 | 11110 |
Color Harmonies of #5C4D3D
Complementary color
Monochromatic Colors of #5C4D3D
Black with #5C4D3D
Text Example
Text Example
White with #5C4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D3D; }
p { color: rgb(92,77,61); }
H1.HeaderClassName
{
color: #5C4D3D;
}
.AnyTagClassName
{
color: #5C4D3D;
}
</style>
background-color css
<style>
a { background-color: #5C4D3D; }
a { background-color: rgb(92,77,61); }
div.DivClassName
{
background-color: #5C4D3D;
}
.BgClassName
{
background-color: #5C4D3D;
}
</style>
border-color css
<style>
span { border-color: #5C4D3D; }
span { border-color: rgb(92,77,61); }
td.TdClassName
{
border-color: #5C4D3D;
}
.TagClassName
{
border-color: #5C4D3D;
}
</style>