Shades of Verdigris #5C5A3D
Tints of Verdigris #5C5A3D
RGB
CMYK
RGB Variations
Color information
#5C5A3D (or 0x5C5A3D) is known color: Verdigris. HEX triplet: 5C, 5A and 3D. RGB value is (92,90,61). Sum of RGB (Red+Green+Blue) = 92+90+61=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A3D is #A3A5C2. Grayscale: #575757. Windows color (decimal): -10724803 or 4020828. OLE color: 4020828.
HSL color Cylindrical-coordinate representation of color #5C5A3D: hue angle of 56.13º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C5A3D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 61 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.64 |
| HSL | 56.13º | 0.2% | 0.3% | - |
| HSV(B) | 56.13º | 0.34% | 0.36% | - |
| XYZ | 8.91 | 9.92 | 5.86 | - |
| YUV | 87.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 61 | 0 | 0.02 | 0.34 | 0.64 | 56.13 | 0.2 | 0.3 |
| Hex | 5C | 5A | 3D | 0 | 2 | 22 | 40 | 38 | 14 | 1E |
| Octal | 134 | 132 | 75 | 0 | 2 | 42 | 100 | 70 | 24 | 36 |
| Binary | 1011100 | 1011010 | 111101 | 0 | 10 | 100010 | 1000000 | 111000 | 10100 | 11110 |
Color Harmonies of #5C5A3D
Complementary color
Monochromatic Colors of #5C5A3D
Black with #5C5A3D
Text Example
Text Example
White with #5C5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A3D; }
p { color: rgb(92,90,61); }
H1.HeaderClassName
{
color: #5C5A3D;
}
.AnyTagClassName
{
color: #5C5A3D;
}
</style>
background-color css
<style>
a { background-color: #5C5A3D; }
a { background-color: rgb(92,90,61); }
div.DivClassName
{
background-color: #5C5A3D;
}
.BgClassName
{
background-color: #5C5A3D;
}
</style>
border-color css
<style>
span { border-color: #5C5A3D; }
span { border-color: rgb(92,90,61); }
td.TdClassName
{
border-color: #5C5A3D;
}
.TagClassName
{
border-color: #5C5A3D;
}
</style>