#1C1001

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

Shades of Cocoa Brown #1C1001

Tints of Cocoa Brown #1C1001

Color information

#1C1001 (or 0x1C1001) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 10 and 01. RGB value is (28,16,1). Sum of RGB (Red+Green+Blue) = 28+16+1=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1001 is #E3EFFE. Grayscale: #111111. Windows color (decimal): -14938111 or 69660. OLE color: 69660.

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

Color convert

RGB28161-
CMYK00.430.960.89
HSL33.33º93.1%5.69%-
HSV(B)33.33º96.43%10.98%-
XYZ0.670.620.11-
YUV17.88118.48135.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 62.22%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=62.22%
G=35.56%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2816100.430.960.8933.3393.15.69
Hex1C10102B6059215d6
Octal34201053140131411356
Binary111001000010101011110000010110011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,1); }

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

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

 a { background-color: rgb(28,16,1); }

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

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

 span { border-color: rgb(28,16,1); }

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