#C76D3B

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

Shades of Zest #C76D3B

Tints of Zest #C76D3B

Color information

#C76D3B (or 0xC76D3B) is unknown color: approx Zest. HEX triplet: C7, 6D and 3B. RGB value is (199,109,59). Sum of RGB (Red+Green+Blue) = 199+109+59=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3B is #3892C4. Grayscale: #828282. Windows color (decimal): -3707589 or 3894727. OLE color: 3894727.

HSL color Cylindrical-coordinate representation of color #C76D3B: hue angle of 21.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C76D3B is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19910959-
CMYK00.450.700.22
HSL21.43º55.56%50.59%-
HSV(B)21.43º70.35%78.04%-
XYZ29.8123.47.08-
YUV130.2187.82177.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=54.22%
G=29.70%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991095900.450.700.2221.4355.5650.59
HexC76D3B02D4616153833
Octal3071557305510626257063
Binary110001111101101111011010110110001101011010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D3B; }

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

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

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

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

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

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

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

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