Shades of Verdigris #5F5C38
Tints of Verdigris #5F5C38
RGB
CMYK
RGB Variations
Color information
#5F5C38 (or 0x5F5C38) is known color: Verdigris. HEX triplet: 5F, 5C and 38. RGB value is (95,92,56). Sum of RGB (Red+Green+Blue) = 95+92+56=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5C38 is #A0A3C7. Grayscale: #585858. Windows color (decimal): -10527688 or 3693663. OLE color: 3693663.
HSL color Cylindrical-coordinate representation of color #5F5C38: hue angle of 55.38º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F5C38 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 92 | 56 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.63 |
| HSL | 55.38º | 0.26% | 0.3% | - |
| HSV(B) | 55.38º | 0.41% | 0.37% | - |
| XYZ | 9.26 | 10.37 | 5.26 | - |
| YUV | 88.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 56 | 0 | 0.03 | 0.41 | 0.63 | 55.38 | 0.26 | 0.3 |
| Hex | 5F | 5C | 38 | 0 | 3 | 29 | 3F | 37 | 1A | 1E |
| Octal | 137 | 134 | 70 | 0 | 3 | 51 | 77 | 67 | 32 | 36 |
| Binary | 1011111 | 1011100 | 111000 | 0 | 11 | 101001 | 111111 | 110111 | 11010 | 11110 |
Color Harmonies of #5F5C38
Complementary color
Monochromatic Colors of #5F5C38
Black with #5F5C38
Text Example
Text Example
White with #5F5C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C38; }
p { color: rgb(95,92,56); }
H1.HeaderClassName
{
color: #5F5C38;
}
.AnyTagClassName
{
color: #5F5C38;
}
</style>
background-color css
<style>
a { background-color: #5F5C38; }
a { background-color: rgb(95,92,56); }
div.DivClassName
{
background-color: #5F5C38;
}
.BgClassName
{
background-color: #5F5C38;
}
</style>
border-color css
<style>
span { border-color: #5F5C38; }
span { border-color: rgb(95,92,56); }
td.TdClassName
{
border-color: #5F5C38;
}
.TagClassName
{
border-color: #5F5C38;
}
</style>