#C37440

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

Shades of Zest #C37440

Tints of Zest #C37440

Color information

#C37440 (or 0xC37440) is unknown color: approx Zest. HEX triplet: C3, 74 and 40. RGB value is (195,116,64). Sum of RGB (Red+Green+Blue) = 195+116+64=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37440 is #3C8BBF. Grayscale: #858585. Windows color (decimal): -3967936 or 4224195. OLE color: 4224195.

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

Color convert

RGB19511664-
CMYK00.410.670.24
HSL23.82º52.19%50.78%-
HSV(B)23.82º67.18%76.47%-
XYZ29.6824.468.01-
YUV133.6988.67171.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=52%
G=30.93%
B=17.07%

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
Decimal1951166400.410.670.2423.8252.1950.78
HexC374400294318183433
Octal30316410005110330306463
Binary1100001111101001000000010100110000111100011000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37440; }

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

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

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

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

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

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

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

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