Shades of Zest #CD7737
Tints of Zest #CD7737
RGB
CMYK
RGB Variations
Color information
#CD7737 (or 0xCD7737) is known color: Zest. HEX triplet: CD, 77 and 37. RGB value is (205,119,55). Sum of RGB (Red+Green+Blue) = 205+119+55=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7737 is #3288C8. Grayscale: #898989. Windows color (decimal): -3311817 or 3635149. OLE color: 3635149.
HSL color Cylindrical-coordinate representation of color #CD7737: hue angle of 25.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD7737 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.20 |
| HSL | 25.6º | 0.6% | 0.51% | - |
| HSV(B) | 25.6º | 0.73% | 0.8% | - |
| XYZ | 32.46 | 26.45 | 7.01 | - |
| YUV | 137.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 55 | 0 | 0.42 | 0.73 | 0.20 | 25.6 | 0.6 | 0.51 |
| Hex | CD | 77 | 37 | 0 | 2A | 49 | 14 | 1A | 3C | 33 |
| Octal | 315 | 167 | 67 | 0 | 52 | 111 | 24 | 32 | 74 | 63 |
| Binary | 11001101 | 1110111 | 110111 | 0 | 101010 | 1001001 | 10100 | 11010 | 111100 | 110011 |
Color Harmonies of #CD7737
Complementary color
Monochromatic Colors of #CD7737
Black with #CD7737
Text Example
Text Example
White with #CD7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7737; }
p { color: rgb(205,119,55); }
H1.HeaderClassName
{
color: #CD7737;
}
.AnyTagClassName
{
color: #CD7737;
}
</style>
background-color css
<style>
a { background-color: #CD7737; }
a { background-color: rgb(205,119,55); }
div.DivClassName
{
background-color: #CD7737;
}
.BgClassName
{
background-color: #CD7737;
}
</style>
border-color css
<style>
span { border-color: #CD7737; }
span { border-color: rgb(205,119,55); }
td.TdClassName
{
border-color: #CD7737;
}
.TagClassName
{
border-color: #CD7737;
}
</style>