#1E1412

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

Shades of Seal Brown #1E1412

Tints of Seal Brown #1E1412

Color information

#1E1412 (or 0x1E1412) is unknown color: approx Seal Brown. HEX triplet: 1E, 14 and 12. RGB value is (30,20,18). Sum of RGB (Red+Green+Blue) = 30+20+18=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1412 is #E1EBED. Grayscale: #161616. Windows color (decimal): -14805998 or 1184798. OLE color: 1184798.

HSL color Cylindrical-coordinate representation of color #1E1412: hue angle of 10º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1412 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB302018-
CMYK00.330.400.88
HSL10º25%9.41%-
HSV(B)10º40%11.76%-
XYZ0.890.820.68-
YUV22.76125.31133.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=44.12%
G=29.41%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30201800.330.400.8810259.41
Hex1E14120212858a199
Octal36242204150130123111
Binary111101010010010010000110100010110001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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