Shades of Zest #CB7539
Tints of Zest #CB7539
RGB
CMYK
RGB Variations
Color information
#CB7539 (or 0xCB7539) is known color: Zest. HEX triplet: CB, 75 and 39. RGB value is (203,117,57). Sum of RGB (Red+Green+Blue) = 203+117+57=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7539 is #348AC6. Grayscale: #888888. Windows color (decimal): -3443399 or 3765707. OLE color: 3765707.
HSL color Cylindrical-coordinate representation of color #CB7539: hue angle of 24.66º 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 #CB7539 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 57 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.20 |
| HSL | 24.66º | 0.58% | 0.51% | - |
| HSV(B) | 24.66º | 0.72% | 0.8% | - |
| XYZ | 31.73 | 25.71 | 7.16 | - |
| YUV | 135.87 | 83.49 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 57 | 0 | 0.42 | 0.72 | 0.20 | 24.66 | 0.58 | 0.51 |
| Hex | CB | 75 | 39 | 0 | 2A | 48 | 14 | 19 | 3A | 33 |
| Octal | 313 | 165 | 71 | 0 | 52 | 110 | 24 | 31 | 72 | 63 |
| Binary | 11001011 | 1110101 | 111001 | 0 | 101010 | 1001000 | 10100 | 11001 | 111010 | 110011 |
Color Harmonies of #CB7539
Complementary color
Monochromatic Colors of #CB7539
Black with #CB7539
Text Example
Text Example
White with #CB7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7539; }
p { color: rgb(203,117,57); }
H1.HeaderClassName
{
color: #CB7539;
}
.AnyTagClassName
{
color: #CB7539;
}
</style>
background-color css
<style>
a { background-color: #CB7539; }
a { background-color: rgb(203,117,57); }
div.DivClassName
{
background-color: #CB7539;
}
.BgClassName
{
background-color: #CB7539;
}
</style>
border-color css
<style>
span { border-color: #CB7539; }
span { border-color: rgb(203,117,57); }
td.TdClassName
{
border-color: #CB7539;
}
.TagClassName
{
border-color: #CB7539;
}
</style>