#C37340

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

Shades of Zest #C37340

Tints of Zest #C37340

Color information

#C37340 (or 0xC37340) is unknown color: approx Zest. HEX triplet: C3, 73 and 40. RGB value is (195,115,64). Sum of RGB (Red+Green+Blue) = 195+115+64=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C37340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37340 is #3C8CBF. Grayscale: #858585. Windows color (decimal): -3968192 or 4223939. OLE color: 4223939.

HSL color Cylindrical-coordinate representation of color #C37340: hue angle of 23.36º 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 #C37340 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19511564-
CMYK00.410.670.24
HSL23.36º52.19%50.78%-
HSV(B)23.36º67.18%76.47%-
XYZ29.5624.237.97-
YUV133.1189172.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=52.14%
G=30.75%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951156400.410.670.2423.3652.1950.78
HexC373400294318173433
Octal30316310005110330276463
Binary1100001111100111000000010100110000111100010111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37340; }

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

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

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

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

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

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

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

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