#C76D35

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

Shades of Zest #C76D35

Tints of Zest #C76D35

Color information

#C76D35 (or 0xC76D35) is unknown color: approx Zest. HEX triplet: C7, 6D and 35. RGB value is (199,109,53). Sum of RGB (Red+Green+Blue) = 199+109+53=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D35 is #3892CA. Grayscale: #818181. Windows color (decimal): -3707595 or 3501511. OLE color: 3501511.

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

Color convert

RGB19910953-
CMYK00.450.730.22
HSL23.01º57.94%49.41%-
HSV(B)23.01º73.37%78.04%-
XYZ29.6623.346.31-
YUV129.5384.82177.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=55.12%
G=30.19%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991095300.450.730.2223.0157.9449.41
HexC76D3502D4916173a31
Octal3071556505511126277261
Binary110001111101101110101010110110010011011010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D35; }

 p { color: rgb(199,109,53); }

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

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

 a { background-color: rgb(199,109,53); }

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

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

 span { border-color: rgb(199,109,53); }

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