#C16019

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

Shades of Chocolate #C16019

Tints of Chocolate #C16019

Color information

#C16019 (or 0xC16019) is unknown color: approx Chocolate. HEX triplet: C1, 60 and 19. RGB value is (193,96,25). Sum of RGB (Red+Green+Blue) = 193+96+25=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16019 is #3E9FE6. Grayscale: #757575. Windows color (decimal): -4104167 or 1663169. OLE color: 1663169.

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

Color convert

RGB1939625-
CMYK00.500.870.24
HSL25.36º77.06%42.75%-
HSV(B)25.36º87.05%75.69%-
XYZ26.3519.773.35-
YUV116.9176.14182.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 25 (10.16% from 255) = 7.96%
R=61.46%
G=30.57%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193962500.500.870.2425.3677.0642.75
HexC160190325718194d2b
Octal30114031062127303111553
Binary110000011100000110010110010101011111000110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16019; }

 p { color: rgb(193,96,25); }

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

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

 a { background-color: rgb(193,96,25); }

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

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

 span { border-color: rgb(193,96,25); }

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