Shades of Verdigris #5E5D41
Tints of Verdigris #5E5D41
RGB
CMYK
RGB Variations
Color information
#5E5D41 (or 0x5E5D41) is known color: Verdigris. HEX triplet: 5E, 5D and 41. RGB value is (94,93,65). Sum of RGB (Red+Green+Blue) = 94+93+65=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5D41 is #A1A2BE. Grayscale: #5A5A5A. Windows color (decimal): -10592959 or 4283742. OLE color: 4283742.
HSL color Cylindrical-coordinate representation of color #5E5D41: hue angle of 57.93º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5D41 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 93 | 65 | - |
CMYK | 0 | 0.01 | 0.31 | 0.63 |
HSL | 57.93º | 0.18% | 0.31% | - |
HSV(B) | 57.93º | 0.31% | 0.37% | - |
XYZ | 9.48 | 10.59 | 6.55 | - |
YUV | 90.11 | 113.83 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 93 | 65 | 0 | 0.01 | 0.31 | 0.63 | 57.93 | 0.18 | 0.31 |
Hex | 5E | 5D | 41 | 0 | 1 | 1F | 3F | 3A | 12 | 1F |
Octal | 136 | 135 | 101 | 0 | 1 | 37 | 77 | 72 | 22 | 37 |
Binary | 1011110 | 1011101 | 1000001 | 0 | 1 | 11111 | 111111 | 111010 | 10010 | 11111 |
Color Harmonies of #5E5D41
Complementary color
Monochromatic Colors of #5E5D41
Black with #5E5D41
Text Example
Text Example
White with #5E5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5D41; }
p { color: rgb(94,93,65); }
H1.HeaderClassName
{
color: #5E5D41;
}
.AnyTagClassName
{
color: #5E5D41;
}
</style>
background-color css
<style>
a { background-color: #5E5D41; }
a { background-color: rgb(94,93,65); }
div.DivClassName
{
background-color: #5E5D41;
}
.BgClassName
{
background-color: #5E5D41;
}
</style>
border-color css
<style>
span { border-color: #5E5D41; }
span { border-color: rgb(94,93,65); }
td.TdClassName
{
border-color: #5E5D41;
}
.TagClassName
{
border-color: #5E5D41;
}
</style>