#1E100F

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

Shades of Seal Brown #1E100F

Tints of Seal Brown #1E100F

Color information

#1E100F (or 0x1E100F) is unknown color: approx Seal Brown. HEX triplet: 1E, 10 and 0F. RGB value is (30,16,15). Sum of RGB (Red+Green+Blue) = 30+16+15=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E100F is #E1EFF0. Grayscale: #141414. Windows color (decimal): -14807025 or 987166. OLE color: 987166.

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

Color convert

RGB301615-
CMYK00.470.50.88
HSL33.33%8.82%-
HSV(B)50%11.76%-
XYZ0.810.680.54-
YUV20.07125.14135.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=49.18%
G=26.23%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30161500.470.50.88433.338.82
Hex1E10F02F32584219
Octal3620170576213044111
Binary11110100001111010111111001010110001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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