#1E0803

Color #1E0803 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1E0803

Tints of Seal Brown #1E0803

Color information

#1E0803 (or 0x1E0803) is unknown color: approx Seal Brown. HEX triplet: 1E, 08 and 03. RGB value is (30,8,3). Sum of RGB (Red+Green+Blue) = 30+8+3=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0803 is #E1F7FC. Grayscale: #0E0E0E. Windows color (decimal): -14809085 or 198686. OLE color: 198686.

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

Color convert

RGB3083-
CMYK00.730.900.88
HSL11.11º81.82%6.47%-
HSV(B)11.11º90%11.76%-
XYZ0.640.460.14-
YUV14.01121.79139.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 73.17%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=73.17%
G=19.51%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal308300.730.900.8811.1181.826.47
Hex1E830495A58b526
Octal361030111132130131226
Binary11110100011010010011011010101100010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E0803;
 }
 .AnyTagClassName
 {
   color: #1E0803;
 }
</style>
background-color css

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

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

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

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

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

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