#1E1000

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

Shades of Cocoa Brown #1E1000

Tints of Cocoa Brown #1E1000

Color information

#1E1000 (or 0x1E1000) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 10 and 00. RGB value is (30,16,0). Sum of RGB (Red+Green+Blue) = 30+16+0=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1000 is #E1EFFF. Grayscale: #121212. Windows color (decimal): -14807040 or 4126. OLE color: 4126.

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

Color convert

RGB30160-
CMYK00.4710.88
HSL32º100%5.88%-
HSV(B)32º100%11.76%-
XYZ0.720.650.09-
YUV18.36117.64136.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 65.22%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.22%
G=34.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3016000.4710.88321005.88
Hex1E10002F645820646
Octal36200057144130401446
Binary111101000000101111110010010110001000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,0); }

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

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

 a { background-color: rgb(30,16,0); }

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

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

 span { border-color: rgb(30,16,0); }

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