#C37334

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

Shades of Zest #C37334

Tints of Zest #C37334

Color information

#C37334 (or 0xC37334) is unknown color: approx Zest. HEX triplet: C3, 73 and 34. RGB value is (195,115,52). Sum of RGB (Red+Green+Blue) = 195+115+52=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C37334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37334 is #3C8CCB. Grayscale: #848484. Windows color (decimal): -3968204 or 3437507. OLE color: 3437507.

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

Color convert

RGB19511552-
CMYK00.410.730.24
HSL26.43º57.89%48.43%-
HSV(B)26.43º73.33%76.47%-
XYZ29.2624.116.36-
YUV131.7483173.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=53.87%
G=31.77%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951155200.410.730.2426.4357.8948.43
HexC3733402949181a3a30
Octal3031636405111130327260
Binary110000111110011110100010100110010011100011010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37334; }

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

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

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

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

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

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

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

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