Shades of Zest #C77538
Tints of Zest #C77538
RGB
CMYK
RGB Variations
Color information
#C77538 (or 0xC77538) is known color: Zest. HEX triplet: C7, 75 and 38. RGB value is (199,117,56). Sum of RGB (Red+Green+Blue) = 199+117+56=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C77538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77538 is #388AC7. Grayscale: #868686. Windows color (decimal): -3705544 or 3700167. OLE color: 3700167.
HSL color Cylindrical-coordinate representation of color #C77538: hue angle of 25.59º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77538 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 56 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.22 |
| HSL | 25.59º | 0.56% | 0.5% | - |
| HSV(B) | 25.59º | 0.72% | 0.78% | - |
| XYZ | 30.63 | 25.15 | 6.98 | - |
| YUV | 134.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 56 | 0 | 0.41 | 0.72 | 0.22 | 25.59 | 0.56 | 0.5 |
| Hex | C7 | 75 | 38 | 0 | 29 | 48 | 16 | 1A | 38 | 32 |
| Octal | 307 | 165 | 70 | 0 | 51 | 110 | 26 | 32 | 70 | 62 |
| Binary | 11000111 | 1110101 | 111000 | 0 | 101001 | 1001000 | 10110 | 11010 | 111000 | 110010 |
Color Harmonies of #C77538
Complementary color
Monochromatic Colors of #C77538
Black with #C77538
Text Example
Text Example
White with #C77538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77538; }
p { color: rgb(199,117,56); }
H1.HeaderClassName
{
color: #C77538;
}
.AnyTagClassName
{
color: #C77538;
}
</style>
background-color css
<style>
a { background-color: #C77538; }
a { background-color: rgb(199,117,56); }
div.DivClassName
{
background-color: #C77538;
}
.BgClassName
{
background-color: #C77538;
}
</style>
border-color css
<style>
span { border-color: #C77538; }
span { border-color: rgb(199,117,56); }
td.TdClassName
{
border-color: #C77538;
}
.TagClassName
{
border-color: #C77538;
}
</style>