Shades of Zest #C57537
Tints of Zest #C57537
RGB
CMYK
RGB Variations
Color information
#C57537 (or 0xC57537) is known color: Zest. HEX triplet: C5, 75 and 37. RGB value is (197,117,55). Sum of RGB (Red+Green+Blue) = 197+117+55=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57537 is #3A8AC8. Grayscale: #868686. Windows color (decimal): -3836617 or 3634629. OLE color: 3634629.
HSL color Cylindrical-coordinate representation of color #C57537: hue angle of 26.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57537 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 55 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.23 |
| HSL | 26.2º | 0.56% | 0.49% | - |
| HSV(B) | 26.2º | 0.72% | 0.77% | - |
| XYZ | 30.08 | 24.87 | 6.83 | - |
| YUV | 133.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 55 | 0 | 0.41 | 0.72 | 0.23 | 26.2 | 0.56 | 0.49 |
| Hex | C5 | 75 | 37 | 0 | 29 | 48 | 17 | 1A | 38 | 31 |
| Octal | 305 | 165 | 67 | 0 | 51 | 110 | 27 | 32 | 70 | 61 |
| Binary | 11000101 | 1110101 | 110111 | 0 | 101001 | 1001000 | 10111 | 11010 | 111000 | 110001 |
Color Harmonies of #C57537
Complementary color
Monochromatic Colors of #C57537
Black with #C57537
Text Example
Text Example
White with #C57537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57537; }
p { color: rgb(197,117,55); }
H1.HeaderClassName
{
color: #C57537;
}
.AnyTagClassName
{
color: #C57537;
}
</style>
background-color css
<style>
a { background-color: #C57537; }
a { background-color: rgb(197,117,55); }
div.DivClassName
{
background-color: #C57537;
}
.BgClassName
{
background-color: #C57537;
}
</style>
border-color css
<style>
span { border-color: #C57537; }
span { border-color: rgb(197,117,55); }
td.TdClassName
{
border-color: #C57537;
}
.TagClassName
{
border-color: #C57537;
}
</style>