#1E0902

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

Shades of Seal Brown #1E0902

Tints of Seal Brown #1E0902

Color information

#1E0902 (or 0x1E0902) is unknown color: approx Seal Brown. HEX triplet: 1E, 09 and 02. RGB value is (30,9,2). Sum of RGB (Red+Green+Blue) = 30+9+2=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0902 is #E1F6FD. Grayscale: #0E0E0E. Windows color (decimal): -14808830 or 133406. OLE color: 133406.

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

Color convert

RGB3092-
CMYK00.700.930.88
HSL15º87.5%6.27%-
HSV(B)15º93.33%11.76%-
XYZ0.640.480.12-
YUV14.48120.96139.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 73.17%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=73.17%
G=21.95%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal309200.700.930.881587.56.27
Hex1E920465D58f586
Octal361120106135130171306
Binary11110100110010001101011101101100011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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