Shades of Verdigris #5D5C44
Tints of Verdigris #5D5C44
RGB
CMYK
RGB Variations
Color information
#5D5C44 (or 0x5D5C44) is known color: Verdigris. HEX triplet: 5D, 5C and 44. RGB value is (93,92,68). Sum of RGB (Red+Green+Blue) = 93+92+68=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5C44 is #A2A3BB. Grayscale: #595959. Windows color (decimal): -10658748 or 4480093. OLE color: 4480093.
HSL color Cylindrical-coordinate representation of color #5D5C44: hue angle of 57.6º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5C44 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 92 | 68 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.64 |
| HSL | 57.6º | 0.16% | 0.32% | - |
| HSV(B) | 57.6º | 0.27% | 0.36% | - |
| XYZ | 9.38 | 10.4 | 6.98 | - |
| YUV | 89.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 68 | 0 | 0.01 | 0.27 | 0.64 | 57.6 | 0.16 | 0.32 |
| Hex | 5D | 5C | 44 | 0 | 1 | 1B | 40 | 3A | 10 | 20 |
| Octal | 135 | 134 | 104 | 0 | 1 | 33 | 100 | 72 | 20 | 40 |
| Binary | 1011101 | 1011100 | 1000100 | 0 | 1 | 11011 | 1000000 | 111010 | 10000 | 100000 |
Color Harmonies of #5D5C44
Complementary color
Monochromatic Colors of #5D5C44
Black with #5D5C44
Text Example
Text Example
White with #5D5C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C44; }
p { color: rgb(93,92,68); }
H1.HeaderClassName
{
color: #5D5C44;
}
.AnyTagClassName
{
color: #5D5C44;
}
</style>
background-color css
<style>
a { background-color: #5D5C44; }
a { background-color: rgb(93,92,68); }
div.DivClassName
{
background-color: #5D5C44;
}
.BgClassName
{
background-color: #5D5C44;
}
</style>
border-color css
<style>
span { border-color: #5D5C44; }
span { border-color: rgb(93,92,68); }
td.TdClassName
{
border-color: #5D5C44;
}
.TagClassName
{
border-color: #5D5C44;
}
</style>