#C57640

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

Shades of Zest #C57640

Tints of Zest #C57640

Color information

#C57640 (or 0xC57640) is unknown color: approx Zest. HEX triplet: C5, 76 and 40. RGB value is (197,118,64). Sum of RGB (Red+Green+Blue) = 197+118+64=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57640 is #3A89BF. Grayscale: #878787. Windows color (decimal): -3836352 or 4224709. OLE color: 4224709.

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

Color convert

RGB19711864-
CMYK00.400.680.23
HSL24.36º53.41%51.18%-
HSV(B)24.36º67.51%77.25%-
XYZ30.4325.28.11-
YUV135.4687.67171.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=51.98%
G=31.13%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971186400.400.680.2324.3653.4151.18
HexC576400284417183533
Octal30516610005010427306563
Binary1100010111101101000000010100010001001011111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57640; }

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

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

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

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

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

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

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

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