#1E0C08

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

Shades of Seal Brown #1E0C08

Tints of Seal Brown #1E0C08

Color information

#1E0C08 (or 0x1E0C08) is unknown color: approx Seal Brown. HEX triplet: 1E, 0C and 08. RGB value is (30,12,8). Sum of RGB (Red+Green+Blue) = 30+12+8=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C08 is #E1F3F7. Grayscale: #101010. Windows color (decimal): -14808056 or 527390. OLE color: 527390.

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

Color convert

RGB30128-
CMYK00.600.730.88
HSL10.91º57.89%7.45%-
HSV(B)10.91º73.33%11.76%-
XYZ0.710.560.3-
YUV16.93122.96137.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 8 (3.52% from 255) = 16%
R=60%
G=24%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012800.600.730.8810.9157.897.45
Hex1EC803C4958b3a7
Octal36141007411113013727
Binary11110110010000111100100100110110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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