#1E0B08

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

Shades of Seal Brown #1E0B08

Tints of Seal Brown #1E0B08

Color information

#1E0B08 (or 0x1E0B08) is unknown color: approx Seal Brown. HEX triplet: 1E, 0B and 08. RGB value is (30,11,8). Sum of RGB (Red+Green+Blue) = 30+11+8=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B08 is #E1F4F7. Grayscale: #101010. Windows color (decimal): -14808312 or 527134. OLE color: 527134.

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

Color convert

RGB30118-
CMYK00.630.730.88
HSL8.18º57.89%7.45%-
HSV(B)8.18º73.33%11.76%-
XYZ0.70.530.3-
YUV16.34123.29137.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 61.22%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=61.22%
G=22.45%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3011800.630.730.888.1857.897.45
Hex1EB803F495883a7
Octal36131007711113010727
Binary11110101110000111111100100110110001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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