#1E1204

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

Shades of Cocoa Brown #1E1204

Tints of Cocoa Brown #1E1204

Color information

#1E1204 (or 0x1E1204) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 12 and 04. RGB value is (30,18,4). Sum of RGB (Red+Green+Blue) = 30+18+4=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1204 is #E1EDFB. Grayscale: #141414. Windows color (decimal): -14806524 or 266782. OLE color: 266782.

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

Color convert

RGB30184-
CMYK00.400.870.88
HSL32.31º76.47%6.67%-
HSV(B)32.31º86.67%11.76%-
XYZ0.770.720.21-
YUV19.99118.98135.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 57.69%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=57.69%
G=34.62%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3018400.400.870.8832.3176.476.67
Hex1E1240285758204c7
Octal36224050127130401147
Binary11110100101000101000101011110110001000001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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