#C1611A

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

Shades of Chocolate #C1611A

Tints of Chocolate #C1611A

Color information

#C1611A (or 0xC1611A) is unknown color: approx Chocolate. HEX triplet: C1, 61 and 1A. RGB value is (193,97,26). Sum of RGB (Red+Green+Blue) = 193+97+26=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1611A is #3E9EE5. Grayscale: #757575. Windows color (decimal): -4103910 or 1728961. OLE color: 1728961.

HSL color Cylindrical-coordinate representation of color #C1611A: hue angle of 25.51º degrees, saturation: 0.76, 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 #C1611A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1939726-
CMYK00.500.870.24
HSL25.51º76.26%42.94%-
HSV(B)25.51º86.53%75.69%-
XYZ26.4519.963.44-
YUV117.6176.3181.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.08%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=61.08%
G=30.70%
B=8.23%

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
Decimal193972600.500.870.2425.5176.2642.94
HexC1611A03257181a4c2b
Octal30114132062127303211453
Binary110000011100001110100110010101011111000110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1611A; }

 p { color: rgb(193,97,26); }

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

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

 a { background-color: rgb(193,97,26); }

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

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

 span { border-color: rgb(193,97,26); }

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