#1E1411

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

Shades of Seal Brown #1E1411

Tints of Seal Brown #1E1411

Color information

#1E1411 (or 0x1E1411) is unknown color: approx Seal Brown. HEX triplet: 1E, 14 and 11. RGB value is (30,20,17). Sum of RGB (Red+Green+Blue) = 30+20+17=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1411 is #E1EBEE. Grayscale: #161616. Windows color (decimal): -14805999 or 1119262. OLE color: 1119262.

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

Color convert

RGB302017-
CMYK00.330.430.88
HSL13.85º27.66%9.22%-
HSV(B)13.85º43.33%11.76%-
XYZ0.890.820.64-
YUV22.65124.81133.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=44.78%
G=29.85%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30201700.330.430.8813.8527.669.22
Hex1E14110212B58e1c9
Octal36242104153130163411
Binary111101010010001010000110101110110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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