#1E1104

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

Shades of Cocoa Brown #1E1104

Tints of Cocoa Brown #1E1104

Color information

#1E1104 (or 0x1E1104) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 11 and 04. RGB value is (30,17,4). Sum of RGB (Red+Green+Blue) = 30+17+4=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1104 is #E1EEFB. Grayscale: #131313. Windows color (decimal): -14806780 or 266526. OLE color: 266526.

HSL color Cylindrical-coordinate representation of color #1E1104: hue angle of 30º 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 #1E1104 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB30174-
CMYK00.430.870.88
HSL30º76.47%6.67%-
HSV(B)30º86.67%11.76%-
XYZ0.760.690.21-
YUV19.4119.31135.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=58.82%
G=33.33%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3017400.430.870.883076.476.67
Hex1E11402B57581e4c7
Octal36214053127130361147
Binary1111010001100010101110101111011000111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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