Shades of Verdigris #5F5D44
Tints of Verdigris #5F5D44
RGB
CMYK
RGB Variations
Color information
#5F5D44 (or 0x5F5D44) is known color: Verdigris. HEX triplet: 5F, 5D and 44. RGB value is (95,93,68). Sum of RGB (Red+Green+Blue) = 95+93+68=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5D44 is #A0A2BB. Grayscale: #5A5A5A. Windows color (decimal): -10527420 or 4480351. OLE color: 4480351.
HSL color Cylindrical-coordinate representation of color #5F5D44: hue angle of 55.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F5D44 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 68 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.63 |
| HSL | 55.56º | 0.17% | 0.32% | - |
| HSV(B) | 55.56º | 0.28% | 0.37% | - |
| XYZ | 9.68 | 10.68 | 7.02 | - |
| YUV | 90.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 68 | 0 | 0.02 | 0.28 | 0.63 | 55.56 | 0.17 | 0.32 |
| Hex | 5F | 5D | 44 | 0 | 2 | 1C | 3F | 38 | 11 | 20 |
| Octal | 137 | 135 | 104 | 0 | 2 | 34 | 77 | 70 | 21 | 40 |
| Binary | 1011111 | 1011101 | 1000100 | 0 | 10 | 11100 | 111111 | 111000 | 10001 | 100000 |
Color Harmonies of #5F5D44
Complementary color
Monochromatic Colors of #5F5D44
Black with #5F5D44
Text Example
Text Example
White with #5F5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D44; }
p { color: rgb(95,93,68); }
H1.HeaderClassName
{
color: #5F5D44;
}
.AnyTagClassName
{
color: #5F5D44;
}
</style>
background-color css
<style>
a { background-color: #5F5D44; }
a { background-color: rgb(95,93,68); }
div.DivClassName
{
background-color: #5F5D44;
}
.BgClassName
{
background-color: #5F5D44;
}
</style>
border-color css
<style>
span { border-color: #5F5D44; }
span { border-color: rgb(95,93,68); }
td.TdClassName
{
border-color: #5F5D44;
}
.TagClassName
{
border-color: #5F5D44;
}
</style>