Shades of Zest #C77541
Tints of Zest #C77541
RGB
CMYK
RGB Variations
Color information
#C77541 (or 0xC77541) is known color: Zest. HEX triplet: C7, 75 and 41. RGB value is (199,117,65). Sum of RGB (Red+Green+Blue) = 199+117+65=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C77541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77541 is #388ABE. Grayscale: #878787. Windows color (decimal): -3705535 or 4289991. OLE color: 4289991.
HSL color Cylindrical-coordinate representation of color #C77541: hue angle of 23.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C77541 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.22 |
| HSL | 23.28º | 0.54% | 0.52% | - |
| HSV(B) | 23.28º | 0.67% | 0.78% | - |
| XYZ | 30.87 | 25.25 | 8.25 | - |
| YUV | 135.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 65 | 0 | 0.41 | 0.67 | 0.22 | 23.28 | 0.54 | 0.52 |
| Hex | C7 | 75 | 41 | 0 | 29 | 43 | 16 | 17 | 36 | 34 |
| Octal | 307 | 165 | 101 | 0 | 51 | 103 | 26 | 27 | 66 | 64 |
| Binary | 11000111 | 1110101 | 1000001 | 0 | 101001 | 1000011 | 10110 | 10111 | 110110 | 110100 |
Color Harmonies of #C77541
Complementary color
Monochromatic Colors of #C77541
Black with #C77541
Text Example
Text Example
White with #C77541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77541; }
p { color: rgb(199,117,65); }
H1.HeaderClassName
{
color: #C77541;
}
.AnyTagClassName
{
color: #C77541;
}
</style>
background-color css
<style>
a { background-color: #C77541; }
a { background-color: rgb(199,117,65); }
div.DivClassName
{
background-color: #C77541;
}
.BgClassName
{
background-color: #C77541;
}
</style>
border-color css
<style>
span { border-color: #C77541; }
span { border-color: rgb(199,117,65); }
td.TdClassName
{
border-color: #C77541;
}
.TagClassName
{
border-color: #C77541;
}
</style>