#C46314

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

Shades of Chocolate #C46314

Tints of Chocolate #C46314

Color information

#C46314 (or 0xC46314) is unknown color: approx Chocolate. HEX triplet: C4, 63 and 14. RGB value is (196,99,20). Sum of RGB (Red+Green+Blue) = 196+99+20=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46314 is #3B9CEB. Grayscale: #777777. Windows color (decimal): -3906796 or 1336260. OLE color: 1336260.

HSL color Cylindrical-coordinate representation of color #C46314: hue angle of 26.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46314 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1969920-
CMYK00.490.900.23
HSL26.93º81.48%42.35%-
HSV(B)26.93º89.8%76.86%-
XYZ27.3520.713.22-
YUV11972.14182.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.22%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=62.22%
G=31.43%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196992000.490.900.2326.9381.4842.35
HexC463140315A171b512a
Octal30414324061132273312152
Binary110001001100011101000110001101101010111110111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46314; }

 p { color: rgb(196,99,20); }

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

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

 a { background-color: rgb(196,99,20); }

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

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

 span { border-color: rgb(196,99,20); }

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