#1E0F0A

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

Shades of Seal Brown #1E0F0A

Tints of Seal Brown #1E0F0A

Color information

#1E0F0A (or 0x1E0F0A) is unknown color: approx Seal Brown. HEX triplet: 1E, 0F and 0A. RGB value is (30,15,10). Sum of RGB (Red+Green+Blue) = 30+15+10=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F0A is #E1F0F5. Grayscale: #121212. Windows color (decimal): -14807286 or 659230. OLE color: 659230.

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

Color convert

RGB301510-
CMYK00.50.670.88
HSL15º50%7.84%-
HSV(B)15º66.67%11.76%-
XYZ0.760.640.37-
YUV18.92122.97135.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 54.55%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30151000.50.670.8815507.84
Hex1EFA0324358f328
Octal361712062103130176210
Binary111101111101001100101000011101100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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