Shades of Verdigris #5E5C45
Tints of Verdigris #5E5C45
RGB
CMYK
RGB Variations
Color information
#5E5C45 (or 0x5E5C45) is known color: Verdigris. HEX triplet: 5E, 5C and 45. RGB value is (94,92,69). Sum of RGB (Red+Green+Blue) = 94+92+69=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5C45 is #A1A3BA. Grayscale: #5A5A5A. Windows color (decimal): -10593211 or 4545630. OLE color: 4545630.
HSL color Cylindrical-coordinate representation of color #5E5C45: hue angle of 55.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5C45 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 92 | 69 | - |
CMYK | 0 | 0.02 | 0.27 | 0.63 |
HSL | 55.2º | 0.15% | 0.32% | - |
HSV(B) | 55.2º | 0.27% | 0.37% | - |
XYZ | 9.52 | 10.46 | 7.15 | - |
YUV | 89.98 | 116.16 | 130.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 92 | 69 | 0 | 0.02 | 0.27 | 0.63 | 55.2 | 0.15 | 0.32 |
Hex | 5E | 5C | 45 | 0 | 2 | 1B | 3F | 37 | F | 20 |
Octal | 136 | 134 | 105 | 0 | 2 | 33 | 77 | 67 | 17 | 40 |
Binary | 1011110 | 1011100 | 1000101 | 0 | 10 | 11011 | 111111 | 110111 | 1111 | 100000 |
Color Harmonies of #5E5C45
Complementary color
Monochromatic Colors of #5E5C45
Black with #5E5C45
Text Example
Text Example
White with #5E5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C45; }
p { color: rgb(94,92,69); }
H1.HeaderClassName
{
color: #5E5C45;
}
.AnyTagClassName
{
color: #5E5C45;
}
</style>
background-color css
<style>
a { background-color: #5E5C45; }
a { background-color: rgb(94,92,69); }
div.DivClassName
{
background-color: #5E5C45;
}
.BgClassName
{
background-color: #5E5C45;
}
</style>
border-color css
<style>
span { border-color: #5E5C45; }
span { border-color: rgb(94,92,69); }
td.TdClassName
{
border-color: #5E5C45;
}
.TagClassName
{
border-color: #5E5C45;
}
</style>