#c36318

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

Shades of Chocolate #C36318

Tints of Chocolate #C36318

Color information

#C36318 (or 0xC36318) is unknown color: approx Chocolate. HEX triplet: C3, 63 and 18. RGB value is (195,99,24). Sum of RGB (Red+Green+Blue) = 195+99+24=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36318 is #3C9CE7. Grayscale: #777777. Windows color (decimal): -3972328 or 1598403. OLE color: 1598403.

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

Color convert

RGB1959924-
CMYK00.490.880.24
HSL26.32º78.08%42.94%-
HSV(B)26.32º87.69%76.47%-
XYZ27.1320.593.41-
YUV119.1574.3182.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=61.32%
G=31.13%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195992400.490.880.2426.3278.0842.94
HexC3631803158181a4e2b
Octal30314330061130303211653
Binary110000111100011110000110001101100011000110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c36318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c36318; }

 p { color: rgb(195,99,24); }

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

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

 a { background-color: rgb(195,99,24); }

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

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

 span { border-color: rgb(195,99,24); }

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