Html Css Color HEX #1E0801 Seal Brown

📋 copy color: '#1E0801'

red 30 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #1E0801

Tints of Seal Brown #1E0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

 BLUE value IS 1 (0.78% from 255) = 2.56%

R = 76.92%
G = 20.51%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1E0801 (or 0x1E0801) is known color: Seal Brown. HEX triplet: 1E, 08 and 01. RGB value is (30,8,1). Sum of RGB (Red+Green+Blue) = 30+8+1=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0801 is #E1F7FE. Grayscale: #0D0D0D. Windows color (decimal): -14809087 or 67614. OLE color: 67614.

HSL color Cylindrical-coordinate representation of color #1E0801: hue angle of 14.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0801 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 8 1 -
CMYK 0 0.73 0.97 0.88
HSL 14.48º 0.94% 0.06% -
HSV(B) 14.48º 0.97% 0.12% -
XYZ 0.63 0.45 0.08 -
YUV 13.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 30 8 1 0 0.73 0.97 0.88 14.48 0.94 0.06
Hex 1E 8 1 0 49 61 58 E 5E 6
Octal 36 10 1 0 111 141 130 16 136 6
Binary 11110 1000 1 0 1001001 1100001 1011000 1110 1011110 110

Color Harmonies of #1E0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0801

Black with #1E0801

Text Example


Text Example

White with #1E0801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,1); }

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

background-color css

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

 a { background-color: rgb(30,8,1); }

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

border-color css

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

 span { border-color: rgb(30,8,1); }

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