#C17034

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

Shades of Zest #C17034

Tints of Zest #C17034

Color information

#C17034 (or 0xC17034) is unknown color: approx Zest. HEX triplet: C1, 70 and 34. RGB value is (193,112,52). Sum of RGB (Red+Green+Blue) = 193+112+52=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17034 is #3E8FCB. Grayscale: #818181. Windows color (decimal): -4100044 or 3436737. OLE color: 3436737.

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

Color convert

RGB19311252-
CMYK00.420.730.24
HSL25.53º57.55%48.04%-
HSV(B)25.53º73.06%75.69%-
XYZ28.4123.176.22-
YUV129.3884.34173.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=54.06%
G=31.37%
B=14.57%

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
Decimal1931125200.420.730.2425.5357.5548.04
HexC1703402A49181a3a30
Octal3011606405211130327260
Binary110000011110000110100010101010010011100011010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17034; }

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

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

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

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

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

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

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

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