Shades of Verdigris #5F5C35
Tints of Verdigris #5F5C35
RGB
CMYK
RGB Variations
Color information
#5F5C35 (or 0x5F5C35) is known color: Verdigris. HEX triplet: 5F, 5C and 35. RGB value is (95,92,53). Sum of RGB (Red+Green+Blue) = 95+92+53=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5C35 is #A0A3CA. Grayscale: #585858. Windows color (decimal): -10527691 or 3497055. OLE color: 3497055.
HSL color Cylindrical-coordinate representation of color #5F5C35: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F5C35 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 92 | 53 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.63 |
| HSL | 55.71º | 0.28% | 0.29% | - |
| HSV(B) | 55.71º | 0.44% | 0.37% | - |
| XYZ | 9.19 | 10.34 | 4.88 | - |
| YUV | 88.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 53 | 0 | 0.03 | 0.44 | 0.63 | 55.71 | 0.28 | 0.29 |
| Hex | 5F | 5C | 35 | 0 | 3 | 2C | 3F | 38 | 1C | 1D |
| Octal | 137 | 134 | 65 | 0 | 3 | 54 | 77 | 70 | 34 | 35 |
| Binary | 1011111 | 1011100 | 110101 | 0 | 11 | 101100 | 111111 | 111000 | 11100 | 11101 |
Color Harmonies of #5F5C35
Complementary color
Monochromatic Colors of #5F5C35
Black with #5F5C35
Text Example
Text Example
White with #5F5C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C35; }
p { color: rgb(95,92,53); }
H1.HeaderClassName
{
color: #5F5C35;
}
.AnyTagClassName
{
color: #5F5C35;
}
</style>
background-color css
<style>
a { background-color: #5F5C35; }
a { background-color: rgb(95,92,53); }
div.DivClassName
{
background-color: #5F5C35;
}
.BgClassName
{
background-color: #5F5C35;
}
</style>
border-color css
<style>
span { border-color: #5F5C35; }
span { border-color: rgb(95,92,53); }
td.TdClassName
{
border-color: #5F5C35;
}
.TagClassName
{
border-color: #5F5C35;
}
</style>