#C76B1D

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

Shades of Chocolate #C76B1D

Tints of Chocolate #C76B1D

Color information

#C76B1D (or 0xC76B1D) is unknown color: approx Chocolate. HEX triplet: C7, 6B and 1D. RGB value is (199,107,29). Sum of RGB (Red+Green+Blue) = 199+107+29=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B1D is #3894E2. Grayscale: #7E7E7E. Windows color (decimal): -3708131 or 1928135. OLE color: 1928135.

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

Color convert

RGB19910729-
CMYK00.460.850.22
HSL27.53º74.56%44.71%-
HSV(B)27.53º85.43%78.04%-
XYZ29.0322.754.02-
YUV125.6273.48180.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=59.40%
G=31.94%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991072900.460.850.2227.5374.5644.71
HexC76B1D02E55161c4b2d
Octal30715335056125263411355
Binary110001111101011111010101110101010110110111001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B1D; }

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

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

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

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

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

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

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

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