Shades of Rock #5A4E40
Tints of Rock #5A4E40
RGB
CMYK
RGB Variations
Color information
#5A4E40 (or 0x5A4E40) is known color: Rock. HEX triplet: 5A, 4E and 40. RGB value is (90,78,64). Sum of RGB (Red+Green+Blue) = 90+78+64=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E40 is #A5B1BF. Grayscale: #505050. Windows color (decimal): -10858944 or 4214362. OLE color: 4214362.
HSL color Cylindrical-coordinate representation of color #5A4E40: hue angle of 32.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4E40 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 64 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.65 |
| HSL | 32.31º | 0.17% | 0.3% | - |
| HSV(B) | 32.31º | 0.29% | 0.35% | - |
| XYZ | 7.87 | 7.99 | 5.98 | - |
| YUV | 79.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 64 | 0 | 0.13 | 0.29 | 0.65 | 32.31 | 0.17 | 0.3 |
| Hex | 5A | 4E | 40 | 0 | D | 1D | 41 | 20 | 11 | 1E |
| Octal | 132 | 116 | 100 | 0 | 15 | 35 | 101 | 40 | 21 | 36 |
| Binary | 1011010 | 1001110 | 1000000 | 0 | 1101 | 11101 | 1000001 | 100000 | 10001 | 11110 |
Color Harmonies of #5A4E40
Complementary color
Monochromatic Colors of #5A4E40
Black with #5A4E40
Text Example
Text Example
White with #5A4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E40; }
p { color: rgb(90,78,64); }
H1.HeaderClassName
{
color: #5A4E40;
}
.AnyTagClassName
{
color: #5A4E40;
}
</style>
background-color css
<style>
a { background-color: #5A4E40; }
a { background-color: rgb(90,78,64); }
div.DivClassName
{
background-color: #5A4E40;
}
.BgClassName
{
background-color: #5A4E40;
}
</style>
border-color css
<style>
span { border-color: #5A4E40; }
span { border-color: rgb(90,78,64); }
td.TdClassName
{
border-color: #5A4E40;
}
.TagClassName
{
border-color: #5A4E40;
}
</style>