Shades of Zest #CB7437
Tints of Zest #CB7437
RGB
CMYK
RGB Variations
Color information
#CB7437 (or 0xCB7437) is known color: Zest. HEX triplet: CB, 74 and 37. RGB value is (203,116,55). Sum of RGB (Red+Green+Blue) = 203+116+55=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7437 is #348BC8. Grayscale: #878787. Windows color (decimal): -3443657 or 3634379. OLE color: 3634379.
HSL color Cylindrical-coordinate representation of color #CB7437: hue angle of 24.73º 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 #CB7437 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 55 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.20 |
| HSL | 24.73º | 0.59% | 0.51% | - |
| HSV(B) | 24.73º | 0.73% | 0.8% | - |
| XYZ | 31.56 | 25.46 | 6.87 | - |
| YUV | 135.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 55 | 0 | 0.43 | 0.73 | 0.20 | 24.73 | 0.59 | 0.51 |
| Hex | CB | 74 | 37 | 0 | 2B | 49 | 14 | 19 | 3B | 33 |
| Octal | 313 | 164 | 67 | 0 | 53 | 111 | 24 | 31 | 73 | 63 |
| Binary | 11001011 | 1110100 | 110111 | 0 | 101011 | 1001001 | 10100 | 11001 | 111011 | 110011 |
Color Harmonies of #CB7437
Complementary color
Monochromatic Colors of #CB7437
Black with #CB7437
Text Example
Text Example
White with #CB7437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7437; }
p { color: rgb(203,116,55); }
H1.HeaderClassName
{
color: #CB7437;
}
.AnyTagClassName
{
color: #CB7437;
}
</style>
background-color css
<style>
a { background-color: #CB7437; }
a { background-color: rgb(203,116,55); }
div.DivClassName
{
background-color: #CB7437;
}
.BgClassName
{
background-color: #CB7437;
}
</style>
border-color css
<style>
span { border-color: #CB7437; }
span { border-color: rgb(203,116,55); }
td.TdClassName
{
border-color: #CB7437;
}
.TagClassName
{
border-color: #CB7437;
}
</style>