#1E1009

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

Shades of Seal Brown #1E1009

Tints of Seal Brown #1E1009

Color information

#1E1009 (or 0x1E1009) is unknown color: approx Seal Brown. HEX triplet: 1E, 10 and 09. RGB value is (30,16,9). Sum of RGB (Red+Green+Blue) = 30+16+9=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1009 is #E1EFF6. Grayscale: #131313. Windows color (decimal): -14807031 or 593950. OLE color: 593950.

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

Color convert

RGB30169-
CMYK00.470.700.88
HSL20º53.85%7.65%-
HSV(B)20º70%11.76%-
XYZ0.770.670.35-
YUV19.39122.14135.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 54.55%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=54.55%
G=29.09%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3016900.470.700.882053.857.65
Hex1E10902F465814368
Octal362011057106130246610
Binary11110100001001010111110001101011000101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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