Shades of Verdigris #5F5D42
Tints of Verdigris #5F5D42
RGB
CMYK
RGB Variations
Color information
#5F5D42 (or 0x5F5D42) is known color: Verdigris. HEX triplet: 5F, 5D and 42. RGB value is (95,93,66). Sum of RGB (Red+Green+Blue) = 95+93+66=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5D42 is #A0A2BD. Grayscale: #5A5A5A. Windows color (decimal): -10527422 or 4349279. OLE color: 4349279.
HSL color Cylindrical-coordinate representation of color #5F5D42: hue angle of 55.86º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F5D42 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 66 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.63 |
| HSL | 55.86º | 0.18% | 0.32% | - |
| HSV(B) | 55.86º | 0.31% | 0.37% | - |
| XYZ | 9.62 | 10.65 | 6.7 | - |
| YUV | 90.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 66 | 0 | 0.02 | 0.31 | 0.63 | 55.86 | 0.18 | 0.32 |
| Hex | 5F | 5D | 42 | 0 | 2 | 1F | 3F | 38 | 12 | 20 |
| Octal | 137 | 135 | 102 | 0 | 2 | 37 | 77 | 70 | 22 | 40 |
| Binary | 1011111 | 1011101 | 1000010 | 0 | 10 | 11111 | 111111 | 111000 | 10010 | 100000 |
Color Harmonies of #5F5D42
Complementary color
Monochromatic Colors of #5F5D42
Black with #5F5D42
Text Example
Text Example
White with #5F5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D42; }
p { color: rgb(95,93,66); }
H1.HeaderClassName
{
color: #5F5D42;
}
.AnyTagClassName
{
color: #5F5D42;
}
</style>
background-color css
<style>
a { background-color: #5F5D42; }
a { background-color: rgb(95,93,66); }
div.DivClassName
{
background-color: #5F5D42;
}
.BgClassName
{
background-color: #5F5D42;
}
</style>
border-color css
<style>
span { border-color: #5F5D42; }
span { border-color: rgb(95,93,66); }
td.TdClassName
{
border-color: #5F5D42;
}
.TagClassName
{
border-color: #5F5D42;
}
</style>