Html Css Color HEX #1E1411 Seal Brown

📋 copy color: '#1E1411'

red 30 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #1E1411

Tints of Seal Brown #1E1411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 25.37%

R = 44.78%
G = 29.85%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#1E1411 (or 0x1E1411) is known color: Seal Brown. HEX triplet: 1E, 14 and 11. RGB value is (30,20,17). Sum of RGB (Red+Green+Blue) = 30+20+17=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1411 is #E1EBEE. Grayscale: #161616. Windows color (decimal): -14805999 or 1119262. OLE color: 1119262.

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

Color convert

RGB 30 20 17 -
CMYK 0 0.33 0.43 0.88
HSL 13.85º 0.28% 0.09% -
HSV(B) 13.85º 0.43% 0.12% -
XYZ 0.89 0.82 0.64 -
YUV 22.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 30 20 17 0 0.33 0.43 0.88 13.85 0.28 0.09
Hex 1E 14 11 0 21 2B 58 E 1C 9
Octal 36 24 21 0 41 53 130 16 34 11
Binary 11110 10100 10001 0 100001 101011 1011000 1110 11100 1001

Color Harmonies of #1E1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1411

Black with #1E1411

Text Example


Text Example

White with #1E1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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