#C56B34

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

Shades of Zest #C56B34

Tints of Zest #C56B34

Color information

#C56B34 (or 0xC56B34) is unknown color: approx Zest. HEX triplet: C5, 6B and 34. RGB value is (197,107,52). Sum of RGB (Red+Green+Blue) = 197+107+52=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56B34 is #3A94CB. Grayscale: #7F7F7F. Windows color (decimal): -3839180 or 3435461. OLE color: 3435461.

HSL color Cylindrical-coordinate representation of color #C56B34: hue angle of 22.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C56B34 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19710752-
CMYK00.460.740.23
HSL22.76º58.23%48.82%-
HSV(B)22.76º73.6%77.25%-
XYZ28.922.636.09-
YUV127.6485.32177.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 52 (20.70% from 255) = 14.61%
R=55.34%
G=30.06%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971075200.460.740.2322.7658.2348.82
HexC56B3402E4A17173a31
Octal3051536405611227277261
Binary110001011101011110100010111010010101011110111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B34; }

 p { color: rgb(197,107,52); }

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

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

 a { background-color: rgb(197,107,52); }

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

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

 span { border-color: rgb(197,107,52); }

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