Shades of Verdigris #5C5B3D
Tints of Verdigris #5C5B3D
RGB
CMYK
RGB Variations
Color information
#5C5B3D (or 0x5C5B3D) is known color: Verdigris. HEX triplet: 5C, 5B and 3D. RGB value is (92,91,61). Sum of RGB (Red+Green+Blue) = 92+91+61=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B3D is #A3A4C2. Grayscale: #575757. Windows color (decimal): -10724547 or 4021084. OLE color: 4021084.
HSL color Cylindrical-coordinate representation of color #5C5B3D: hue angle of 58.06º 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 #5C5B3D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 91 | 61 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.64 |
| HSL | 58.06º | 0.2% | 0.3% | - |
| HSV(B) | 58.06º | 0.34% | 0.36% | - |
| XYZ | 9 | 10.09 | 5.89 | - |
| YUV | 87.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 61 | 0 | 0.01 | 0.34 | 0.64 | 58.06 | 0.2 | 0.3 |
| Hex | 5C | 5B | 3D | 0 | 1 | 22 | 40 | 3A | 14 | 1E |
| Octal | 134 | 133 | 75 | 0 | 1 | 42 | 100 | 72 | 24 | 36 |
| Binary | 1011100 | 1011011 | 111101 | 0 | 1 | 100010 | 1000000 | 111010 | 10100 | 11110 |
Color Harmonies of #5C5B3D
Complementary color
Monochromatic Colors of #5C5B3D
Black with #5C5B3D
Text Example
Text Example
White with #5C5B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5B3D; }
p { color: rgb(92,91,61); }
H1.HeaderClassName
{
color: #5C5B3D;
}
.AnyTagClassName
{
color: #5C5B3D;
}
</style>
background-color css
<style>
a { background-color: #5C5B3D; }
a { background-color: rgb(92,91,61); }
div.DivClassName
{
background-color: #5C5B3D;
}
.BgClassName
{
background-color: #5C5B3D;
}
</style>
border-color css
<style>
span { border-color: #5C5B3D; }
span { border-color: rgb(92,91,61); }
td.TdClassName
{
border-color: #5C5B3D;
}
.TagClassName
{
border-color: #5C5B3D;
}
</style>