#1E0C05

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

Shades of Seal Brown #1E0C05

Tints of Seal Brown #1E0C05

Color information

#1E0C05 (or 0x1E0C05) is unknown color: approx Seal Brown. HEX triplet: 1E, 0C and 05. RGB value is (30,12,5). Sum of RGB (Red+Green+Blue) = 30+12+5=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C05 is #E1F3FA. Grayscale: #101010. Windows color (decimal): -14808059 or 330782. OLE color: 330782.

HSL color Cylindrical-coordinate representation of color #1E0C05: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0C05 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB30125-
CMYK00.600.830.88
HSL16.8º71.43%6.86%-
HSV(B)16.8º83.33%11.76%-
XYZ0.690.550.21-
YUV16.58121.46137.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 63.83%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=63.83%
G=25.53%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012500.600.830.8816.871.436.86
Hex1EC503C535811477
Octal36145074123130211077
Binary111101100101011110010100111011000100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,5); }

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

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

 a { background-color: rgb(30,12,5); }

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

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

 span { border-color: rgb(30,12,5); }

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