Shades of Verdigris #5D593D
Tints of Verdigris #5D593D
RGB
CMYK
RGB Variations
Color information
#5D593D (or 0x5D593D) is known color: Verdigris. HEX triplet: 5D, 59 and 3D. RGB value is (93,89,61). Sum of RGB (Red+Green+Blue) = 93+89+61=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 93 - color contains mainly: red. Hex color #5D593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D593D is #A2A6C2. Grayscale: #575757. Windows color (decimal): -10659523 or 4020573. OLE color: 4020573.
HSL color Cylindrical-coordinate representation of color #5D593D: hue angle of 52.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D593D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 89 | 61 | - |
CMYK | 0 | 0.04 | 0.34 | 0.64 |
HSL | 52.5º | 0.21% | 0.3% | - |
HSV(B) | 52.5º | 0.34% | 0.36% | - |
XYZ | 8.93 | 9.81 | 5.84 | - |
YUV | 87 | 113.33 | 132.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 89 | 61 | 0 | 0.04 | 0.34 | 0.64 | 52.5 | 0.21 | 0.3 |
Hex | 5D | 59 | 3D | 0 | 4 | 22 | 40 | 34 | 15 | 1E |
Octal | 135 | 131 | 75 | 0 | 4 | 42 | 100 | 64 | 25 | 36 |
Binary | 1011101 | 1011001 | 111101 | 0 | 100 | 100010 | 1000000 | 110100 | 10101 | 11110 |
Color Harmonies of #5D593D
Complementary color
Monochromatic Colors of #5D593D
Black with #5D593D
Text Example
Text Example
White with #5D593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D593D; }
p { color: rgb(93,89,61); }
H1.HeaderClassName
{
color: #5D593D;
}
.AnyTagClassName
{
color: #5D593D;
}
</style>
background-color css
<style>
a { background-color: #5D593D; }
a { background-color: rgb(93,89,61); }
div.DivClassName
{
background-color: #5D593D;
}
.BgClassName
{
background-color: #5D593D;
}
</style>
border-color css
<style>
span { border-color: #5D593D; }
span { border-color: rgb(93,89,61); }
td.TdClassName
{
border-color: #5D593D;
}
.TagClassName
{
border-color: #5D593D;
}
</style>