#19100E

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

Shades of Seal Brown #19100E

Tints of Seal Brown #19100E

Color information

#19100E (or 0x19100E) is unknown color: approx Seal Brown. HEX triplet: 19, 10 and 0E. RGB value is (25,16,14). Sum of RGB (Red+Green+Blue) = 25+16+14=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #19100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100E is #E6EFF1. Grayscale: #121212. Windows color (decimal): -15134706 or 921625. OLE color: 921625.

HSL color Cylindrical-coordinate representation of color #19100E: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19100E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB251614-
CMYK00.360.440.90
HSL10.91º28.21%7.65%-
HSV(B)10.91º44%9.8%-
XYZ0.670.610.5-
YUV18.46125.48132.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=45.45%
G=29.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161400.360.440.9010.9128.217.65
Hex1910E0242C5Ab1c8
Octal31201604454132133410
Binary11001100001110010010010110010110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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