#1E0E09

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

Shades of Seal Brown #1E0E09

Tints of Seal Brown #1E0E09

Color information

#1E0E09 (or 0x1E0E09) is unknown color: approx Seal Brown. HEX triplet: 1E, 0E and 09. RGB value is (30,14,9). Sum of RGB (Red+Green+Blue) = 30+14+9=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E09 is #E1F1F6. Grayscale: #121212. Windows color (decimal): -14807543 or 593438. OLE color: 593438.

HSL color Cylindrical-coordinate representation of color #1E0E09: hue angle of 14.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0E09 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30149-
CMYK00.530.700.88
HSL14.29º53.85%7.65%-
HSV(B)14.29º70%11.76%-
XYZ0.740.610.34-
YUV18.21122.8136.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=56.60%
G=26.42%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3014900.530.700.8814.2953.857.65
Hex1EE90354658e368
Octal361611065106130166610
Binary111101110100101101011000110101100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,14,9); }

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

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

 a { background-color: rgb(30,14,9); }

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

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

 span { border-color: rgb(30,14,9); }

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