#C57235

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

Shades of Zest #C57235

Tints of Zest #C57235

Color information

#C57235 (or 0xC57235) is unknown color: approx Zest. HEX triplet: C5, 72 and 35. RGB value is (197,114,53). Sum of RGB (Red+Green+Blue) = 197+114+53=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C57235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57235 is #3A8DCA. Grayscale: #848484. Windows color (decimal): -3837387 or 3502789. OLE color: 3502789.

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

Color convert

RGB19711453-
CMYK00.420.730.23
HSL25.42º57.6%49.02%-
HSV(B)25.42º73.1%77.25%-
XYZ29.6924.166.47-
YUV131.8683.5174.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.12%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=54.12%
G=31.32%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971145300.420.730.2325.4257.649.02
HexC5723502A4917193a31
Octal3051626505211127317261
Binary110001011110010110101010101010010011011111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57235; }

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

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

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

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

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

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

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

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