Shades of Zest #CB7439
Tints of Zest #CB7439
RGB
CMYK
RGB Variations
Color information
#CB7439 (or 0xCB7439) is known color: Zest. HEX triplet: CB, 74 and 39. RGB value is (203,116,57). Sum of RGB (Red+Green+Blue) = 203+116+57=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7439 is #348BC6. Grayscale: #878787. Windows color (decimal): -3443655 or 3765451. OLE color: 3765451.
HSL color Cylindrical-coordinate representation of color #CB7439: hue angle of 24.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7439 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 57 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.20 |
| HSL | 24.25º | 0.58% | 0.51% | - |
| HSV(B) | 24.25º | 0.72% | 0.8% | - |
| XYZ | 31.61 | 25.48 | 7.12 | - |
| YUV | 135.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 57 | 0 | 0.43 | 0.72 | 0.20 | 24.25 | 0.58 | 0.51 |
| Hex | CB | 74 | 39 | 0 | 2B | 48 | 14 | 18 | 3A | 33 |
| Octal | 313 | 164 | 71 | 0 | 53 | 110 | 24 | 30 | 72 | 63 |
| Binary | 11001011 | 1110100 | 111001 | 0 | 101011 | 1001000 | 10100 | 11000 | 111010 | 110011 |
Color Harmonies of #CB7439
Complementary color
Monochromatic Colors of #CB7439
Black with #CB7439
Text Example
Text Example
White with #CB7439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7439; }
p { color: rgb(203,116,57); }
H1.HeaderClassName
{
color: #CB7439;
}
.AnyTagClassName
{
color: #CB7439;
}
</style>
background-color css
<style>
a { background-color: #CB7439; }
a { background-color: rgb(203,116,57); }
div.DivClassName
{
background-color: #CB7439;
}
.BgClassName
{
background-color: #CB7439;
}
</style>
border-color css
<style>
span { border-color: #CB7439; }
span { border-color: rgb(203,116,57); }
td.TdClassName
{
border-color: #CB7439;
}
.TagClassName
{
border-color: #CB7439;
}
</style>