#C37445

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

Shades of Zest #C37445

Tints of Zest #C37445

Color information

#C37445 (or 0xC37445) is unknown color: approx Zest. HEX triplet: C3, 74 and 45. RGB value is (195,116,69). Sum of RGB (Red+Green+Blue) = 195+116+69=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37445 is #3C8BBA. Grayscale: #868686. Windows color (decimal): -3967931 or 4551875. OLE color: 4551875.

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

Color convert

RGB19511669-
CMYK00.410.650.24
HSL22.38º51.22%51.76%-
HSV(B)22.38º64.62%76.47%-
XYZ29.8324.528.79-
YUV134.2691.17171.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=51.32%
G=30.53%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951166900.410.650.2422.3851.2251.76
HexC374450294118163334
Octal30316410505110130266364
Binary1100001111101001000101010100110000011100010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37445; }

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

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

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

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

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

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

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

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