#1C1103

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

Shades of Cocoa Brown #1C1103

Tints of Cocoa Brown #1C1103

Color information

#1C1103 (or 0x1C1103) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 11 and 03. RGB value is (28,17,3). Sum of RGB (Red+Green+Blue) = 28+17+3=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1103 is #E3EEFC. Grayscale: #121212. Windows color (decimal): -14937853 or 200988. OLE color: 200988.

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

Color convert

RGB28173-
CMYK00.390.890.89
HSL33.6º80.65%6.08%-
HSV(B)33.6º89.29%10.98%-
XYZ0.70.650.18-
YUV18.69119.14134.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=58.33%
G=35.42%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2817300.390.890.8933.680.656.08
Hex1C113027595922516
Octal34213047131131421216
Binary1110010001110100111101100110110011000101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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