#1E100C

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

Shades of Seal Brown #1E100C

Tints of Seal Brown #1E100C

Color information

#1E100C (or 0x1E100C) is unknown color: approx Seal Brown. HEX triplet: 1E, 10 and 0C. RGB value is (30,16,12). Sum of RGB (Red+Green+Blue) = 30+16+12=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E100C is #E1EFF3. Grayscale: #131313. Windows color (decimal): -14807028 or 790558. OLE color: 790558.

HSL color Cylindrical-coordinate representation of color #1E100C: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E100C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB301612-
CMYK00.470.600.88
HSL13.33º42.86%8.24%-
HSV(B)13.33º60%11.76%-
XYZ0.790.670.44-
YUV19.73123.64135.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 51.72%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=51.72%
G=27.59%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30161200.470.600.8813.3342.868.24
Hex1E10C02F3C58d2b8
Octal36201405774130155310
Binary111101000011000101111111100101100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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