Html Css Color HEX #1E1412 Seal Brown

📋 copy color: '#1E1412'

red 30 ◦ green 20 ◦ blue 18

#1E1412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #1E1412

Tints of Seal Brown #1E1412

RGB

 RED value IS 30 (12.11% from 255) = 44.12%

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 18 (7.42% from 255) = 26.47%

R = 44.12%
G = 29.41%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E1412 (or 0x1E1412) is known color: Seal Brown. HEX triplet: 1E, 14 and 12. RGB value is (30,20,18). Sum of RGB (Red+Green+Blue) = 30+20+18=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1412 is #E1EBED. Grayscale: #161616. Windows color (decimal): -14805998 or 1184798. OLE color: 1184798.

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

Color convert

RGB 30 20 18 -
CMYK 0 0.33 0.40 0.88
HSL 10º 0.25% 0.09% -
HSV(B) 10º 0.4% 0.12% -
XYZ 0.89 0.82 0.68 -
YUV 22.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 30 20 18 0 0.33 0.40 0.88 10 0.25 0.09
Hex 1E 14 12 0 21 28 58 A 19 9
Octal 36 24 22 0 41 50 130 12 31 11
Binary 11110 10100 10010 0 100001 101000 1011000 1010 11001 1001

Color Harmonies of #1E1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1412

Black with #1E1412

Text Example


Text Example

White with #1E1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1412;
 }
 .AnyTagClassName
 {
   color: #1E1412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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