Shades of Rock #5B4E3F
Tints of Rock #5B4E3F
RGB
CMYK
RGB Variations
Color information
#5B4E3F (or 0x5B4E3F) is known color: Rock. HEX triplet: 5B, 4E and 3F. RGB value is (91,78,63). Sum of RGB (Red+Green+Blue) = 91+78+63=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E3F is #A4B1C0. Grayscale: #505050. Windows color (decimal): -10793409 or 4148827. OLE color: 4148827.
HSL color Cylindrical-coordinate representation of color #5B4E3F: hue angle of 32.14º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B4E3F is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 63 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.64 |
| HSL | 32.14º | 0.18% | 0.3% | - |
| HSV(B) | 32.14º | 0.31% | 0.36% | - |
| XYZ | 7.94 | 8.03 | 5.83 | - |
| YUV | 80.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 63 | 0 | 0.14 | 0.31 | 0.64 | 32.14 | 0.18 | 0.3 |
| Hex | 5B | 4E | 3F | 0 | E | 1F | 40 | 20 | 12 | 1E |
| Octal | 133 | 116 | 77 | 0 | 16 | 37 | 100 | 40 | 22 | 36 |
| Binary | 1011011 | 1001110 | 111111 | 0 | 1110 | 11111 | 1000000 | 100000 | 10010 | 11110 |
Color Harmonies of #5B4E3F
Complementary color
Monochromatic Colors of #5B4E3F
Black with #5B4E3F
Text Example
Text Example
White with #5B4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E3F; }
p { color: rgb(91,78,63); }
H1.HeaderClassName
{
color: #5B4E3F;
}
.AnyTagClassName
{
color: #5B4E3F;
}
</style>
background-color css
<style>
a { background-color: #5B4E3F; }
a { background-color: rgb(91,78,63); }
div.DivClassName
{
background-color: #5B4E3F;
}
.BgClassName
{
background-color: #5B4E3F;
}
</style>
border-color css
<style>
span { border-color: #5B4E3F; }
span { border-color: rgb(91,78,63); }
td.TdClassName
{
border-color: #5B4E3F;
}
.TagClassName
{
border-color: #5B4E3F;
}
</style>