#1C1204

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

Shades of Cocoa Brown #1C1204

Tints of Cocoa Brown #1C1204

Color information

#1C1204 (or 0x1C1204) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 12 and 04. RGB value is (28,18,4). Sum of RGB (Red+Green+Blue) = 28+18+4=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1204 is #E3EDFB. Grayscale: #131313. Windows color (decimal): -14937596 or 266780. OLE color: 266780.

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

Color convert

RGB28184-
CMYK00.360.860.89
HSL35º75%6.27%-
HSV(B)35º85.71%10.98%-
XYZ0.720.690.21-
YUV19.39119.31134.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 4 (1.95% from 255) = 8%
R=56%
G=36%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2818400.360.860.8935756.27
Hex1C1240245659234b6
Octal34224044126131431136
Binary11100100101000100100101011010110011000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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