#19100F

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

Shades of Seal Brown #19100F

Tints of Seal Brown #19100F

Color information

#19100F (or 0x19100F) is unknown color: approx Seal Brown. HEX triplet: 19, 10 and 0F. RGB value is (25,16,15). Sum of RGB (Red+Green+Blue) = 25+16+15=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #19100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100F is #E6EFF0. Grayscale: #121212. Windows color (decimal): -15134705 or 987161. OLE color: 987161.

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

Color convert

RGB251615-
CMYK00.360.400.90
HSL25%7.84%-
HSV(B)40%9.8%-
XYZ0.670.610.53-
YUV18.58125.98132.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=44.64%
G=28.57%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161500.360.400.906257.84
Hex1910F024285A6198
Octal3120170445013263110
Binary1100110000111101001001010001011010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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