Shades of Verdigris #5D5C38
Tints of Verdigris #5D5C38
RGB
CMYK
RGB Variations
Color information
#5D5C38 (or 0x5D5C38) is known color: Verdigris. HEX triplet: 5D, 5C and 38. RGB value is (93,92,56). Sum of RGB (Red+Green+Blue) = 93+92+56=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5C38 is #A2A3C7. Grayscale: #585858. Windows color (decimal): -10658760 or 3693661. OLE color: 3693661.
HSL color Cylindrical-coordinate representation of color #5D5C38: hue angle of 58.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D5C38 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 92 | 56 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.64 |
| HSL | 58.38º | 0.25% | 0.29% | - |
| HSV(B) | 58.38º | 0.4% | 0.36% | - |
| XYZ | 9.06 | 10.27 | 5.25 | - |
| YUV | 88.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 56 | 0 | 0.01 | 0.40 | 0.64 | 58.38 | 0.25 | 0.29 |
| Hex | 5D | 5C | 38 | 0 | 1 | 28 | 40 | 3A | 19 | 1D |
| Octal | 135 | 134 | 70 | 0 | 1 | 50 | 100 | 72 | 31 | 35 |
| Binary | 1011101 | 1011100 | 111000 | 0 | 1 | 101000 | 1000000 | 111010 | 11001 | 11101 |
Color Harmonies of #5D5C38
Complementary color
Monochromatic Colors of #5D5C38
Black with #5D5C38
Text Example
Text Example
White with #5D5C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C38; }
p { color: rgb(93,92,56); }
H1.HeaderClassName
{
color: #5D5C38;
}
.AnyTagClassName
{
color: #5D5C38;
}
</style>
background-color css
<style>
a { background-color: #5D5C38; }
a { background-color: rgb(93,92,56); }
div.DivClassName
{
background-color: #5D5C38;
}
.BgClassName
{
background-color: #5D5C38;
}
</style>
border-color css
<style>
span { border-color: #5D5C38; }
span { border-color: rgb(93,92,56); }
td.TdClassName
{
border-color: #5D5C38;
}
.TagClassName
{
border-color: #5D5C38;
}
</style>