#1C1104

Color #1C1104 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1C1104

Tints of Cocoa Brown #1C1104

Color information

#1C1104 (or 0x1C1104) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 11 and 04. RGB value is (28,17,4). Sum of RGB (Red+Green+Blue) = 28+17+4=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1104 is #E3EEFB. Grayscale: #121212. Windows color (decimal): -14937852 or 266524. OLE color: 266524.

HSL color Cylindrical-coordinate representation of color #1C1104: hue angle of 32.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1104 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB28174-
CMYK00.390.860.89
HSL32.5º75%6.27%-
HSV(B)32.5º85.71%10.98%-
XYZ0.70.660.2-
YUV18.81119.64134.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=57.14%
G=34.69%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2817400.390.860.8932.5756.27
Hex1C1140275659204b6
Octal34214047126131401136
Binary11100100011000100111101011010110011000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1104; }

 p { color: rgb(28,17,4); }

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

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

 a { background-color: rgb(28,17,4); }

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

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

 span { border-color: rgb(28,17,4); }

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