#1E1512

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

Shades of Seal Brown #1E1512

Tints of Seal Brown #1E1512

Color information

#1E1512 (or 0x1E1512) is unknown color: approx Seal Brown. HEX triplet: 1E, 15 and 12. RGB value is (30,21,18). Sum of RGB (Red+Green+Blue) = 30+21+18=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1512 is #E1EAED. Grayscale: #171717. Windows color (decimal): -14805742 or 1185054. OLE color: 1185054.

HSL color Cylindrical-coordinate representation of color #1E1512: hue angle of 15º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1512 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB302118-
CMYK00.300.400.88
HSL15º25%9.41%-
HSV(B)15º40%11.76%-
XYZ0.910.860.69-
YUV23.35124.98132.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 43.48%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=43.48%
G=30.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30211800.300.400.8815259.41
Hex1E151201E2858f199
Octal36252203650130173111
Binary11110101011001001111010100010110001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,18); }

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

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

 a { background-color: rgb(30,21,18); }

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

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

 span { border-color: rgb(30,21,18); }

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