Shades of Rock #5B4D3D
Tints of Rock #5B4D3D
RGB
CMYK
RGB Variations
Color information
#5B4D3D (or 0x5B4D3D) is known color: Rock. HEX triplet: 5B, 4D and 3D. RGB value is (91,77,61). Sum of RGB (Red+Green+Blue) = 91+77+61=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4D3D is #A4B2C2. Grayscale: #4F4F4F. Windows color (decimal): -10793667 or 4017499. OLE color: 4017499.
HSL color Cylindrical-coordinate representation of color #5B4D3D: hue angle of 32º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B4D3D is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 77 | 61 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.64 |
| HSL | 32º | 0.2% | 0.3% | - |
| HSV(B) | 32º | 0.33% | 0.36% | - |
| XYZ | 7.81 | 7.87 | 5.52 | - |
| YUV | 79.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 77 | 61 | 0 | 0.15 | 0.33 | 0.64 | 32 | 0.2 | 0.3 |
| Hex | 5B | 4D | 3D | 0 | F | 21 | 40 | 20 | 14 | 1E |
| Octal | 133 | 115 | 75 | 0 | 17 | 41 | 100 | 40 | 24 | 36 |
| Binary | 1011011 | 1001101 | 111101 | 0 | 1111 | 100001 | 1000000 | 100000 | 10100 | 11110 |
Color Harmonies of #5B4D3D
Complementary color
Monochromatic Colors of #5B4D3D
Black with #5B4D3D
Text Example
Text Example
White with #5B4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4D3D; }
p { color: rgb(91,77,61); }
H1.HeaderClassName
{
color: #5B4D3D;
}
.AnyTagClassName
{
color: #5B4D3D;
}
</style>
background-color css
<style>
a { background-color: #5B4D3D; }
a { background-color: rgb(91,77,61); }
div.DivClassName
{
background-color: #5B4D3D;
}
.BgClassName
{
background-color: #5B4D3D;
}
</style>
border-color css
<style>
span { border-color: #5B4D3D; }
span { border-color: rgb(91,77,61); }
td.TdClassName
{
border-color: #5B4D3D;
}
.TagClassName
{
border-color: #5B4D3D;
}
</style>