Shades of Rock #5C4B3A
Tints of Rock #5C4B3A
RGB
CMYK
RGB Variations
Color information
#5C4B3A (or 0x5C4B3A) is known color: Rock. HEX triplet: 5C, 4B and 3A. RGB value is (92,75,58). Sum of RGB (Red+Green+Blue) = 92+75+58=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4B3A is #A3B4C5. Grayscale: #4E4E4E. Windows color (decimal): -10728646 or 3820380. OLE color: 3820380.
HSL color Cylindrical-coordinate representation of color #5C4B3A: hue angle of 30º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4B3A is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 75 | 58 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.64 |
| HSL | 30º | 0.23% | 0.29% | - |
| HSV(B) | 30º | 0.37% | 0.36% | - |
| XYZ | 7.69 | 7.61 | 5.07 | - |
| YUV | 78.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 58 | 0 | 0.18 | 0.37 | 0.64 | 30 | 0.23 | 0.29 |
| Hex | 5C | 4B | 3A | 0 | 12 | 25 | 40 | 1E | 17 | 1D |
| Octal | 134 | 113 | 72 | 0 | 22 | 45 | 100 | 36 | 27 | 35 |
| Binary | 1011100 | 1001011 | 111010 | 0 | 10010 | 100101 | 1000000 | 11110 | 10111 | 11101 |
Color Harmonies of #5C4B3A
Complementary color
Monochromatic Colors of #5C4B3A
Black with #5C4B3A
Text Example
Text Example
White with #5C4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B3A; }
p { color: rgb(92,75,58); }
H1.HeaderClassName
{
color: #5C4B3A;
}
.AnyTagClassName
{
color: #5C4B3A;
}
</style>
background-color css
<style>
a { background-color: #5C4B3A; }
a { background-color: rgb(92,75,58); }
div.DivClassName
{
background-color: #5C4B3A;
}
.BgClassName
{
background-color: #5C4B3A;
}
</style>
border-color css
<style>
span { border-color: #5C4B3A; }
span { border-color: rgb(92,75,58); }
td.TdClassName
{
border-color: #5C4B3A;
}
.TagClassName
{
border-color: #5C4B3A;
}
</style>