#1C1101

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

Shades of Cocoa Brown #1C1101

Tints of Cocoa Brown #1C1101

Color information

#1C1101 (or 0x1C1101) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 11 and 01. RGB value is (28,17,1). Sum of RGB (Red+Green+Blue) = 28+17+1=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1101 is #E3EEFE. Grayscale: #121212. Windows color (decimal): -14937855 or 69916. OLE color: 69916.

HSL color Cylindrical-coordinate representation of color #1C1101: hue angle of 35.56º 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 #1C1101 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB28171-
CMYK00.390.960.89
HSL35.56º93.1%5.69%-
HSV(B)35.56º96.43%10.98%-
XYZ0.680.650.12-
YUV18.46118.14134.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 60.87%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=60.87%
G=36.96%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2817100.390.960.8935.5693.15.69
Hex1C1110276059245d6
Octal34211047140131441356
Binary111001000110100111110000010110011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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