#C57440

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

Shades of Zest #C57440

Tints of Zest #C57440

Color information

#C57440 (or 0xC57440) is unknown color: approx Zest. HEX triplet: C5, 74 and 40. RGB value is (197,116,64). Sum of RGB (Red+Green+Blue) = 197+116+64=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C57440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57440 is #3A8BBF. Grayscale: #868686. Windows color (decimal): -3836864 or 4224197. OLE color: 4224197.

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

Color convert

RGB19711664-
CMYK00.410.680.23
HSL23.46º53.41%51.18%-
HSV(B)23.46º67.51%77.25%-
XYZ30.224.738.03-
YUV134.2988.34172.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=52.25%
G=30.77%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971166400.410.680.2323.4653.4151.18
HexC574400294417173533
Octal30516410005110427276563
Binary1100010111101001000000010100110001001011110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57440; }

 p { color: rgb(197,116,64); }

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

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

 a { background-color: rgb(197,116,64); }

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

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

 span { border-color: rgb(197,116,64); }

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