Shades of Verdigris #5C5A43
Tints of Verdigris #5C5A43
RGB
CMYK
RGB Variations
Color information
#5C5A43 (or 0x5C5A43) is known color: Verdigris. HEX triplet: 5C, 5A and 43. RGB value is (92,90,67). Sum of RGB (Red+Green+Blue) = 92+90+67=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5A43 is #A3A5BC. Grayscale: #585858. Windows color (decimal): -10724797 or 4414044. OLE color: 4414044.
HSL color Cylindrical-coordinate representation of color #5C5A43: hue angle of 55.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5A43 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 67 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.64 |
| HSL | 55.2º | 0.16% | 0.31% | - |
| HSV(B) | 55.2º | 0.27% | 0.36% | - |
| XYZ | 9.08 | 9.99 | 6.76 | - |
| YUV | 87.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 67 | 0 | 0.02 | 0.27 | 0.64 | 55.2 | 0.16 | 0.31 |
| Hex | 5C | 5A | 43 | 0 | 2 | 1B | 40 | 37 | 10 | 1F |
| Octal | 134 | 132 | 103 | 0 | 2 | 33 | 100 | 67 | 20 | 37 |
| Binary | 1011100 | 1011010 | 1000011 | 0 | 10 | 11011 | 1000000 | 110111 | 10000 | 11111 |
Color Harmonies of #5C5A43
Complementary color
Monochromatic Colors of #5C5A43
Black with #5C5A43
Text Example
Text Example
White with #5C5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A43; }
p { color: rgb(92,90,67); }
H1.HeaderClassName
{
color: #5C5A43;
}
.AnyTagClassName
{
color: #5C5A43;
}
</style>
background-color css
<style>
a { background-color: #5C5A43; }
a { background-color: rgb(92,90,67); }
div.DivClassName
{
background-color: #5C5A43;
}
.BgClassName
{
background-color: #5C5A43;
}
</style>
border-color css
<style>
span { border-color: #5C5A43; }
span { border-color: rgb(92,90,67); }
td.TdClassName
{
border-color: #5C5A43;
}
.TagClassName
{
border-color: #5C5A43;
}
</style>