#c16a1c

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

Shades of Chocolate #C16A1C

Tints of Chocolate #C16A1C

Color information

#C16A1C (or 0xC16A1C) is unknown color: approx Chocolate. HEX triplet: C1, 6A and 1C. RGB value is (193,106,28). Sum of RGB (Red+Green+Blue) = 193+106+28=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A1C is #3E95E3. Grayscale: #7B7B7B. Windows color (decimal): -4101604 or 1862337. OLE color: 1862337.

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

Color convert

RGB19310628-
CMYK00.450.850.24
HSL28.36º74.66%43.33%-
HSV(B)28.36º85.49%75.69%-
XYZ27.3621.733.85-
YUV123.1274.32177.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=59.02%
G=32.42%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931062800.450.850.2428.3674.6643.33
HexC16A1C02D55181c4b2b
Octal30115234055125303411353
Binary110000011101010111000101101101010111000111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c16a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c16a1c; }

 p { color: rgb(193,106,28); }

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

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

 a { background-color: rgb(193,106,28); }

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

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

 span { border-color: rgb(193,106,28); }

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