#1E0E0A

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

Shades of Seal Brown #1E0E0A

Tints of Seal Brown #1E0E0A

Color information

#1E0E0A (or 0x1E0E0A) is unknown color: approx Seal Brown. HEX triplet: 1E, 0E and 0A. RGB value is (30,14,10). Sum of RGB (Red+Green+Blue) = 30+14+10=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E0A is #E1F1F5. Grayscale: #121212. Windows color (decimal): -14807542 or 658974. OLE color: 658974.

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

Color convert

RGB301410-
CMYK00.530.670.88
HSL12º50%7.84%-
HSV(B)12º66.67%11.76%-
XYZ0.750.610.37-
YUV18.33123.3136.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=55.56%
G=25.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30141000.530.670.8812507.84
Hex1EEA0354358c328
Octal361612065103130146210
Binary111101110101001101011000011101100011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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