#C36411

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

Shades of Chocolate #C36411

Tints of Chocolate #C36411

Color information

#C36411 (or 0xC36411) is unknown color: approx Chocolate. HEX triplet: C3, 64 and 11. RGB value is (195,100,17). Sum of RGB (Red+Green+Blue) = 195+100+17=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C36411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36411 is #3C9BEE. Grayscale: #777777. Windows color (decimal): -3972079 or 1139907. OLE color: 1139907.

HSL color Cylindrical-coordinate representation of color #C36411: hue angle of 27.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C36411 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19510017-
CMYK00.490.910.24
HSL27.98º83.96%41.57%-
HSV(B)27.98º91.28%76.47%-
XYZ27.1620.763.11-
YUV118.9470.47182.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.5%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=62.5%
G=32.05%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951001700.490.910.2427.9883.9641.57
HexC364110315B181c542a
Octal30314421061133303412452
Binary110000111100100100010110001101101111000111001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36411; }

 p { color: rgb(195,100,17); }

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

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

 a { background-color: rgb(195,100,17); }

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

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

 span { border-color: rgb(195,100,17); }

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