Html Css Color HEX #1E0A09 Seal Brown

📋 copy color: '#1E0A09'

red 30 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #1E0A09

Tints of Seal Brown #1E0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 61.22%
G = 20.41%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1E0A09 (or 0x1E0A09) is known color: Seal Brown. HEX triplet: 1E, 0A and 09. RGB value is (30,10,9). Sum of RGB (Red+Green+Blue) = 30+10+9=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A09 is #E1F5F6. Grayscale: #0F0F0F. Windows color (decimal): -14808567 or 592414. OLE color: 592414.

HSL color Cylindrical-coordinate representation of color #1E0A09: hue angle of 2.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0A09 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 10 9 -
CMYK 0 0.67 0.70 0.88
HSL 2.86º 0.54% 0.08% -
HSV(B) 2.86º 0.7% 0.12% -
XYZ 0.69 0.51 0.32 -
YUV 15.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 30 10 9 0 0.67 0.70 0.88 2.86 0.54 0.08
Hex 1E A 9 0 43 46 58 3 36 8
Octal 36 12 11 0 103 106 130 3 66 10
Binary 11110 1010 1001 0 1000011 1000110 1011000 11 110110 1000

Color Harmonies of #1E0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0A09

Black with #1E0A09

Text Example


Text Example

White with #1E0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,10,9); }

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

background-color css

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

 a { background-color: rgb(30,10,9); }

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

border-color css

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

 span { border-color: rgb(30,10,9); }

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