#C76B0C

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

Shades of Chocolate #C76B0C

Tints of Chocolate #C76B0C

Color information

#C76B0C (or 0xC76B0C) is unknown color: approx Chocolate. HEX triplet: C7, 6B and 0C. RGB value is (199,107,12). Sum of RGB (Red+Green+Blue) = 199+107+12=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B0C is #3894F3. Grayscale: #7C7C7C. Windows color (decimal): -3708148 or 814023. OLE color: 814023.

HSL color Cylindrical-coordinate representation of color #C76B0C: hue angle of 30.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C76B0C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB19910712-
CMYK00.460.940.22
HSL30.48º88.63%41.37%-
HSV(B)30.48º93.97%78.04%-
XYZ28.8822.683.2-
YUV123.6864.98181.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.58%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=62.58%
G=33.65%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991071200.460.940.2230.4888.6341.37
HexC76BC02E5E161e5929
Octal30715314056136263613151
Binary11000111110101111000101110101111010110111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B0C; }

 p { color: rgb(199,107,12); }

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

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

 a { background-color: rgb(199,107,12); }

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

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

 span { border-color: rgb(199,107,12); }

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