#C57135

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

Shades of Zest #C57135

Tints of Zest #C57135

Color information

#C57135 (or 0xC57135) is unknown color: approx Zest. HEX triplet: C5, 71 and 35. RGB value is (197,113,53). Sum of RGB (Red+Green+Blue) = 197+113+53=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57135 is #3A8ECA. Grayscale: #838383. Windows color (decimal): -3837643 or 3502533. OLE color: 3502533.

HSL color Cylindrical-coordinate representation of color #C57135: hue angle of 25º 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 #C57135 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19711353-
CMYK00.430.730.23
HSL25º57.6%49.02%-
HSV(B)25º73.1%77.25%-
XYZ29.5723.946.43-
YUV131.2883.83174.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=54.27%
G=31.13%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971135300.430.730.232557.649.02
HexC5713502B4917193a31
Octal3051616505311127317261
Binary110001011110001110101010101110010011011111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57135; }

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

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

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

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

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

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

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

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