#C76F3B

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

Shades of Zest #C76F3B

Tints of Zest #C76F3B

Color information

#C76F3B (or 0xC76F3B) is unknown color: approx Zest. HEX triplet: C7, 6F and 3B. RGB value is (199,111,59). Sum of RGB (Red+Green+Blue) = 199+111+59=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F3B is #3890C4. Grayscale: #838383. Windows color (decimal): -3707077 or 3895239. OLE color: 3895239.

HSL color Cylindrical-coordinate representation of color #C76F3B: hue angle of 22.29º 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 #C76F3B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19911159-
CMYK00.440.700.22
HSL22.29º55.56%50.59%-
HSV(B)22.29º70.35%78.04%-
XYZ30.0323.837.15-
YUV131.3887.15176.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=53.93%
G=30.08%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991115900.440.700.2222.2955.5650.59
HexC76F3B02C4616163833
Octal3071577305410626267063
Binary110001111101111111011010110010001101011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F3B; }

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

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

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

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

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

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

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

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