#C47434

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

Shades of Zest #C47434

Tints of Zest #C47434

Color information

#C47434 (or 0xC47434) is unknown color: approx Zest. HEX triplet: C4, 74 and 34. RGB value is (196,116,52). Sum of RGB (Red+Green+Blue) = 196+116+52=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47434 is #3B8BCB. Grayscale: #848484. Windows color (decimal): -3902412 or 3437764. OLE color: 3437764.

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

Color convert

RGB19611652-
CMYK00.410.730.23
HSL26.67º58.06%48.63%-
HSV(B)26.67º73.47%76.86%-
XYZ29.6324.476.41-
YUV132.6282.5173.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.85%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 52 (20.70% from 255) = 14.29%
R=53.85%
G=31.87%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961165200.410.730.2326.6758.0648.63
HexC4743402949171b3a31
Octal3041646405111127337261
Binary110001001110100110100010100110010011011111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47434; }

 p { color: rgb(196,116,52); }

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

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

 a { background-color: rgb(196,116,52); }

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

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

 span { border-color: rgb(196,116,52); }

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