Shades of Verdigris #5C5A40
Tints of Verdigris #5C5A40
RGB
CMYK
RGB Variations
Color information
#5C5A40 (or 0x5C5A40) is known color: Verdigris. HEX triplet: 5C, 5A and 40. RGB value is (92,90,64). Sum of RGB (Red+Green+Blue) = 92+90+64=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A40 is #A3A5BF. Grayscale: #575757. Windows color (decimal): -10724800 or 4217436. OLE color: 4217436.
HSL color Cylindrical-coordinate representation of color #5C5A40: hue angle of 55.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C5A40 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 64 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.64 |
| HSL | 55.71º | 0.18% | 0.31% | - |
| HSV(B) | 55.71º | 0.3% | 0.36% | - |
| XYZ | 9 | 9.96 | 6.3 | - |
| YUV | 87.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 64 | 0 | 0.02 | 0.30 | 0.64 | 55.71 | 0.18 | 0.31 |
| Hex | 5C | 5A | 40 | 0 | 2 | 1E | 40 | 38 | 12 | 1F |
| Octal | 134 | 132 | 100 | 0 | 2 | 36 | 100 | 70 | 22 | 37 |
| Binary | 1011100 | 1011010 | 1000000 | 0 | 10 | 11110 | 1000000 | 111000 | 10010 | 11111 |
Color Harmonies of #5C5A40
Complementary color
Monochromatic Colors of #5C5A40
Black with #5C5A40
Text Example
Text Example
White with #5C5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A40; }
p { color: rgb(92,90,64); }
H1.HeaderClassName
{
color: #5C5A40;
}
.AnyTagClassName
{
color: #5C5A40;
}
</style>
background-color css
<style>
a { background-color: #5C5A40; }
a { background-color: rgb(92,90,64); }
div.DivClassName
{
background-color: #5C5A40;
}
.BgClassName
{
background-color: #5C5A40;
}
</style>
border-color css
<style>
span { border-color: #5C5A40; }
span { border-color: rgb(92,90,64); }
td.TdClassName
{
border-color: #5C5A40;
}
.TagClassName
{
border-color: #5C5A40;
}
</style>