Html Css Color HEX #1E0E06 Seal Brown

📋 copy color: '#1E0E06'

red 30 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #1E0E06

Tints of Seal Brown #1E0E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28%

 BLUE value IS 6 (2.73% from 255) = 12%

R = 60%
G = 28%
B = 12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.88

RGB Variations

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

Color information

#1E0E06 (or 0x1E0E06) is known color: Seal Brown. HEX triplet: 1E, 0E and 06. RGB value is (30,14,6). Sum of RGB (Red+Green+Blue) = 30+14+6=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E06 is #E1F1F9. Grayscale: #111111. Windows color (decimal): -14807546 or 396830. OLE color: 396830.

HSL color Cylindrical-coordinate representation of color #1E0E06: hue angle of 20º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0E06 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 14 6 -
CMYK 0 0.53 0.80 0.88
HSL 20º 0.67% 0.07% -
HSV(B) 20º 0.8% 0.12% -
XYZ 0.73 0.6 0.25 -
YUV 17.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 30 14 6 0 0.53 0.80 0.88 20 0.67 0.07
Hex 1E E 6 0 35 50 58 14 43 7
Octal 36 16 6 0 65 120 130 24 103 7
Binary 11110 1110 110 0 110101 1010000 1011000 10100 1000011 111

Color Harmonies of #1E0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0E06

Black with #1E0E06

Text Example


Text Example

White with #1E0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,14,6); }

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

background-color css

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

 a { background-color: rgb(30,14,6); }

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

border-color css

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

 span { border-color: rgb(30,14,6); }

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