#C47345

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

Shades of Zest #C47345

Tints of Zest #C47345

Color information

#C47345 (or 0xC47345) is unknown color: approx Zest. HEX triplet: C4, 73 and 45. RGB value is (196,115,69). Sum of RGB (Red+Green+Blue) = 196+115+69=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C47345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47345 is #3B8CBA. Grayscale: #868686. Windows color (decimal): -3902651 or 4551620. OLE color: 4551620.

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

Color convert

RGB19611569-
CMYK00.410.650.23
HSL21.73º51.84%51.96%-
HSV(B)21.73º64.8%76.86%-
XYZ29.9724.438.77-
YUV133.9891.34172.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.58%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=51.58%
G=30.26%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961156900.410.650.2321.7351.8451.96
HexC473450294117163434
Octal30416310505110127266464
Binary1100010011100111000101010100110000011011110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47345; }

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

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

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

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

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

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

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

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