#C56D41

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

Shades of Zest #C56D41

Tints of Zest #C56D41

Color information

#C56D41 (or 0xC56D41) is unknown color: approx Zest. HEX triplet: C5, 6D and 41. RGB value is (197,109,65). Sum of RGB (Red+Green+Blue) = 197+109+65=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D41 is #3A92BE. Grayscale: #828282. Windows color (decimal): -3838655 or 4287941. OLE color: 4287941.

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

Color convert

RGB19710965-
CMYK00.450.670.23
HSL20º53.23%51.37%-
HSV(B)20º67.01%77.25%-
XYZ29.4523.197.92-
YUV130.391.15175.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=53.10%
G=29.38%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971096500.450.670.232053.2351.37
HexC56D4102D4317143533
Octal30515510105510327246563
Binary1100010111011011000001010110110000111011110100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56D41; }

 p { color: rgb(197,109,65); }

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

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

 a { background-color: rgb(197,109,65); }

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

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

 span { border-color: rgb(197,109,65); }

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