#15100E

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

Shades of Seal Brown #15100E

Tints of Seal Brown #15100E

Color information

#15100E (or 0x15100E) is unknown color: approx Seal Brown. HEX triplet: 15, 10 and 0E. RGB value is (21,16,14). Sum of RGB (Red+Green+Blue) = 21+16+14=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15100E is #EAEFF1. Grayscale: #111111. Windows color (decimal): -15396850 or 921621. OLE color: 921621.

HSL color Cylindrical-coordinate representation of color #15100E: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #15100E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB211614-
CMYK00.240.330.92
HSL17.14º20%6.86%-
HSV(B)17.14º33.33%8.24%-
XYZ0.570.560.49-
YUV17.27126.16130.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=41.18%
G=31.37%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21161400.240.330.9217.14206.86
Hex1510E018215C11147
Octal2520160304113421247
Binary1010110000111001100010000110111001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15100E; }

 p { color: rgb(21,16,14); }

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

<style>
 a { background-color: #15100E; }

 a { background-color: rgb(21,16,14); }

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

<style>
 span { border-color: #15100E; }

 span { border-color: rgb(21,16,14); }

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