Shades of Zest #CB7737
Tints of Zest #CB7737
RGB
CMYK
RGB Variations
Color information
#CB7737 (or 0xCB7737) is known color: Zest. HEX triplet: CB, 77 and 37. RGB value is (203,119,55). Sum of RGB (Red+Green+Blue) = 203+119+55=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7737 is #3488C8. Grayscale: #898989. Windows color (decimal): -3442889 or 3635147. OLE color: 3635147.
HSL color Cylindrical-coordinate representation of color #CB7737: hue angle of 25.95º degrees, saturation: 0.59, 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 #CB7737 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 55 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.20 |
| HSL | 25.95º | 0.59% | 0.51% | - |
| HSV(B) | 25.95º | 0.73% | 0.8% | - |
| XYZ | 31.92 | 26.17 | 6.98 | - |
| YUV | 136.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 55 | 0 | 0.41 | 0.73 | 0.20 | 25.95 | 0.59 | 0.51 |
| Hex | CB | 77 | 37 | 0 | 29 | 49 | 14 | 1A | 3B | 33 |
| Octal | 313 | 167 | 67 | 0 | 51 | 111 | 24 | 32 | 73 | 63 |
| Binary | 11001011 | 1110111 | 110111 | 0 | 101001 | 1001001 | 10100 | 11010 | 111011 | 110011 |
Color Harmonies of #CB7737
Complementary color
Monochromatic Colors of #CB7737
Black with #CB7737
Text Example
Text Example
White with #CB7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7737; }
p { color: rgb(203,119,55); }
H1.HeaderClassName
{
color: #CB7737;
}
.AnyTagClassName
{
color: #CB7737;
}
</style>
background-color css
<style>
a { background-color: #CB7737; }
a { background-color: rgb(203,119,55); }
div.DivClassName
{
background-color: #CB7737;
}
.BgClassName
{
background-color: #CB7737;
}
</style>
border-color css
<style>
span { border-color: #CB7737; }
span { border-color: rgb(203,119,55); }
td.TdClassName
{
border-color: #CB7737;
}
.TagClassName
{
border-color: #CB7737;
}
</style>