#1E1404

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

Shades of Cocoa Brown #1E1404

Tints of Cocoa Brown #1E1404

Color information

#1E1404 (or 0x1E1404) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 14 and 04. RGB value is (30,20,4). Sum of RGB (Red+Green+Blue) = 30+20+4=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1404 is #E1EBFB. Grayscale: #151515. Windows color (decimal): -14806012 or 267294. OLE color: 267294.

HSL color Cylindrical-coordinate representation of color #1E1404: hue angle of 36.92º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1404 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB30204-
CMYK00.330.870.88
HSL36.92º76.47%6.67%-
HSV(B)36.92º86.67%11.76%-
XYZ0.810.790.22-
YUV21.17118.31134.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=55.56%
G=37.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3020400.330.870.8836.9276.476.67
Hex1E1440215758254c7
Octal36244041127130451147
Binary11110101001000100001101011110110001001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,4); }

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

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

 a { background-color: rgb(30,20,4); }

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

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

 span { border-color: rgb(30,20,4); }

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