#19110E

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

Shades of Seal Brown #19110E

Tints of Seal Brown #19110E

Color information

#19110E (or 0x19110E) is unknown color: approx Seal Brown. HEX triplet: 19, 11 and 0E. RGB value is (25,17,14). Sum of RGB (Red+Green+Blue) = 25+17+14=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #19110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19110E is #E6EEF1. Grayscale: #131313. Windows color (decimal): -15134450 or 921881. OLE color: 921881.

HSL color Cylindrical-coordinate representation of color #19110E: hue angle of 16.36º 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 #19110E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB251714-
CMYK00.320.440.90
HSL16.36º28.21%7.65%-
HSV(B)16.36º44%9.8%-
XYZ0.680.640.5-
YUV19.05125.15132.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 14 (5.86% from 255) = 25%
R=44.64%
G=30.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25171400.320.440.9016.3628.217.65
Hex1911E0202C5A101c8
Octal31211604054132203410
Binary110011000111100100000101100101101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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