Shades of Zest #C77533
Tints of Zest #C77533
RGB
CMYK
RGB Variations
Color information
#C77533 (or 0xC77533) is known color: Zest. HEX triplet: C7, 75 and 33. RGB value is (199,117,51). Sum of RGB (Red+Green+Blue) = 199+117+51=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77533 is #388ACC. Grayscale: #868686. Windows color (decimal): -3705549 or 3372487. OLE color: 3372487.
HSL color Cylindrical-coordinate representation of color #C77533: hue angle of 26.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C77533 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 51 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.22 |
| HSL | 26.76º | 0.59% | 0.49% | - |
| HSV(B) | 26.76º | 0.74% | 0.78% | - |
| XYZ | 30.51 | 25.1 | 6.37 | - |
| YUV | 133.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 51 | 0 | 0.41 | 0.74 | 0.22 | 26.76 | 0.59 | 0.49 |
| Hex | C7 | 75 | 33 | 0 | 29 | 4A | 16 | 1B | 3B | 31 |
| Octal | 307 | 165 | 63 | 0 | 51 | 112 | 26 | 33 | 73 | 61 |
| Binary | 11000111 | 1110101 | 110011 | 0 | 101001 | 1001010 | 10110 | 11011 | 111011 | 110001 |
Color Harmonies of #C77533
Complementary color
Monochromatic Colors of #C77533
Black with #C77533
Text Example
Text Example
White with #C77533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77533; }
p { color: rgb(199,117,51); }
H1.HeaderClassName
{
color: #C77533;
}
.AnyTagClassName
{
color: #C77533;
}
</style>
background-color css
<style>
a { background-color: #C77533; }
a { background-color: rgb(199,117,51); }
div.DivClassName
{
background-color: #C77533;
}
.BgClassName
{
background-color: #C77533;
}
</style>
border-color css
<style>
span { border-color: #C77533; }
span { border-color: rgb(199,117,51); }
td.TdClassName
{
border-color: #C77533;
}
.TagClassName
{
border-color: #C77533;
}
</style>