#C57244

Color #C57244 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C57244

Tints of Zest #C57244

Color information

#C57244 (or 0xC57244) is unknown color: approx Zest. HEX triplet: C5, 72 and 44. RGB value is (197,114,68). Sum of RGB (Red+Green+Blue) = 197+114+68=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57244 is #3A8DBB. Grayscale: #858585. Windows color (decimal): -3837372 or 4485829. OLE color: 4485829.

HSL color Cylindrical-coordinate representation of color #C57244: hue angle of 21.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C57244 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19711468-
CMYK00.420.650.23
HSL21.4º52.65%51.96%-
HSV(B)21.4º65.48%77.25%-
XYZ30.0924.328.58-
YUV133.5791173.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=51.98%
G=30.08%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971146800.420.650.2321.452.6551.96
HexC5724402A4117153534
Octal30516210405210127256564
Binary1100010111100101000100010101010000011011110101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57244; }

 p { color: rgb(197,114,68); }

 H1.HeaderClassName
 {
   color: #C57244;
 }
 .AnyTagClassName
 {
   color: #C57244;
 }
</style>
background-color css

<style>
 a { background-color: #C57244; }

 a { background-color: rgb(197,114,68); }

 div.DivClassName
 {
   background-color: #C57244;
 }
 .BgClassName
 {
   background-color: #C57244;
 }
</style>
border-color css

<style>
 span { border-color: #C57244; }

 span { border-color: rgb(197,114,68); }

 td.TdClassName
 {
   border-color: #C57244;
 }
 .TagClassName
 {
   border-color: #C57244;
 }
</style>