Html Css Color HEX #1E0C09 Seal Brown

📋 copy color: '#1E0C09'

red 30 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #1E0C09

Tints of Seal Brown #1E0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.53%

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

R = 58.82%
G = 23.53%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1E0C09 (or 0x1E0C09) is known color: Seal Brown. HEX triplet: 1E, 0C and 09. RGB value is (30,12,9). Sum of RGB (Red+Green+Blue) = 30+12+9=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C09 is #E1F3F6. Grayscale: #111111. Windows color (decimal): -14808055 or 592926. OLE color: 592926.

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

Color convert

RGB 30 12 9 -
CMYK 0 0.60 0.70 0.88
HSL 8.57º 0.54% 0.08% -
HSV(B) 8.57º 0.7% 0.12% -
XYZ 0.72 0.56 0.33 -
YUV 17.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 30 12 9 0 0.60 0.70 0.88 8.57 0.54 0.08
Hex 1E C 9 0 3C 46 58 9 36 8
Octal 36 14 11 0 74 106 130 11 66 10
Binary 11110 1100 1001 0 111100 1000110 1011000 1001 110110 1000

Color Harmonies of #1E0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0C09

Black with #1E0C09

Text Example


Text Example

White with #1E0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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