#C37240

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

Shades of Zest #C37240

Tints of Zest #C37240

Color information

#C37240 (or 0xC37240) is unknown color: approx Zest. HEX triplet: C3, 72 and 40. RGB value is (195,114,64). Sum of RGB (Red+Green+Blue) = 195+114+64=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C37240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37240 is #3C8DBF. Grayscale: #848484. Windows color (decimal): -3968448 or 4223683. OLE color: 4223683.

HSL color Cylindrical-coordinate representation of color #C37240: hue angle of 22.9º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37240 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19511464-
CMYK00.420.670.24
HSL22.9º52.19%50.78%-
HSV(B)22.9º67.18%76.47%-
XYZ29.4524.017.93-
YUV132.5289.34172.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=52.28%
G=30.56%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951146400.420.670.2422.952.1950.78
HexC3724002A4318173433
Octal30316210005210330276463
Binary1100001111100101000000010101010000111100010111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37240; }

 p { color: rgb(195,114,64); }

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

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

 a { background-color: rgb(195,114,64); }

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

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

 span { border-color: rgb(195,114,64); }

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