#C27034

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

Shades of Zest #C27034

Tints of Zest #C27034

Color information

#C27034 (or 0xC27034) is unknown color: approx Zest. HEX triplet: C2, 70 and 34. RGB value is (194,112,52). Sum of RGB (Red+Green+Blue) = 194+112+52=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C27034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27034 is #3D8FCB. Grayscale: #828282. Windows color (decimal): -4034508 or 3436738. OLE color: 3436738.

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

Color convert

RGB19411252-
CMYK00.420.730.24
HSL25.35º57.72%48.24%-
HSV(B)25.35º73.2%76.08%-
XYZ28.6623.316.24-
YUV129.6884.17173.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=54.19%
G=31.28%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941125200.420.730.2425.3557.7248.24
HexC2703402A4918193a30
Octal3021606405211130317260
Binary110000101110000110100010101010010011100011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27034; }

 p { color: rgb(194,112,52); }

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

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

 a { background-color: rgb(194,112,52); }

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

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

 span { border-color: rgb(194,112,52); }

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