#1E0A09

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

Shades of Seal Brown #1E0A09

Tints of Seal Brown #1E0A09

Color information

#1E0A09 (or 0x1E0A09) is unknown color: approx Seal Brown. HEX triplet: 1E, 0A and 09. RGB value is (30,10,9). Sum of RGB (Red+Green+Blue) = 30+10+9=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A09 is #E1F5F6. Grayscale: #0F0F0F. Windows color (decimal): -14808567 or 592414. OLE color: 592414.

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

Color convert

RGB30109-
CMYK00.670.700.88
HSL2.86º53.85%7.65%-
HSV(B)2.86º70%11.76%-
XYZ0.690.510.32-
YUV15.87124.13138.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 61.22%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=61.22%
G=20.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3010900.670.700.882.8653.857.65
Hex1EA904346583368
Octal361211010310613036610
Binary11110101010010100001110001101011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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