Shades of Dingley #5D7745
Tints of Dingley #5D7745
RGB
CMYK
RGB Variations
Color information
#5D7745 (or 0x5D7745) is known color: Dingley. HEX triplet: 5D, 77 and 45. RGB value is (93,119,69). Sum of RGB (Red+Green+Blue) = 93+119+69=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7745 is #A288BA. Grayscale: #696969. Windows color (decimal): -10651835 or 4552541. OLE color: 4552541.
HSL color Cylindrical-coordinate representation of color #5D7745: hue angle of 91.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D7745 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 69 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.53 |
| HSL | 91.2º | 0.27% | 0.37% | - |
| HSV(B) | 91.2º | 0.42% | 0.47% | - |
| XYZ | 12.19 | 15.95 | 8.07 | - |
| YUV | 105.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 69 | 0.22 | 0 | 0.42 | 0.53 | 91.2 | 0.27 | 0.37 |
| Hex | 5D | 77 | 45 | 16 | 0 | 2A | 35 | 5B | 1B | 25 |
| Octal | 135 | 167 | 105 | 26 | 0 | 52 | 65 | 133 | 33 | 45 |
| Binary | 1011101 | 1110111 | 1000101 | 10110 | 0 | 101010 | 110101 | 1011011 | 11011 | 100101 |
Color Harmonies of #5D7745
Complementary color
Monochromatic Colors of #5D7745
Black with #5D7745
Text Example
Text Example
White with #5D7745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7745; }
p { color: rgb(93,119,69); }
H1.HeaderClassName
{
color: #5D7745;
}
.AnyTagClassName
{
color: #5D7745;
}
</style>
background-color css
<style>
a { background-color: #5D7745; }
a { background-color: rgb(93,119,69); }
div.DivClassName
{
background-color: #5D7745;
}
.BgClassName
{
background-color: #5D7745;
}
</style>
border-color css
<style>
span { border-color: #5D7745; }
span { border-color: rgb(93,119,69); }
td.TdClassName
{
border-color: #5D7745;
}
.TagClassName
{
border-color: #5D7745;
}
</style>