#1C1304

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

Shades of Cocoa Brown #1C1304

Tints of Cocoa Brown #1C1304

Color information

#1C1304 (or 0x1C1304) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 13 and 04. RGB value is (28,19,4). Sum of RGB (Red+Green+Blue) = 28+19+4=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1304 is #E3ECFB. Grayscale: #141414. Windows color (decimal): -14937340 or 267036. OLE color: 267036.

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

Color convert

RGB28194-
CMYK00.320.860.89
HSL37.5º75%6.27%-
HSV(B)37.5º85.71%10.98%-
XYZ0.730.720.22-
YUV19.98118.98133.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=54.90%
G=37.25%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2819400.320.860.8937.5756.27
Hex1C1340205659264b6
Octal34234040126131461136
Binary11100100111000100000101011010110011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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