#C37345

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

Shades of Zest #C37345

Tints of Zest #C37345

Color information

#C37345 (or 0xC37345) is unknown color: approx Zest. HEX triplet: C3, 73 and 45. RGB value is (195,115,69). Sum of RGB (Red+Green+Blue) = 195+115+69=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37345 is #3C8CBA. Grayscale: #858585. Windows color (decimal): -3968187 or 4551619. OLE color: 4551619.

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

Color convert

RGB19511569-
CMYK00.410.650.24
HSL21.9º51.22%51.76%-
HSV(B)21.9º64.62%76.47%-
XYZ29.7124.298.75-
YUV133.6891.5171.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=51.45%
G=30.34%
B=18.21%

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
Decimal1951156900.410.650.2421.951.2251.76
HexC373450294118163334
Octal30316310505110130266364
Binary1100001111100111000101010100110000011100010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37345; }

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

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

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

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

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

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

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

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