#19100D

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

Shades of Seal Brown #19100D

Tints of Seal Brown #19100D

Color information

#19100D (or 0x19100D) is unknown color: approx Seal Brown. HEX triplet: 19, 10 and 0D. RGB value is (25,16,13). Sum of RGB (Red+Green+Blue) = 25+16+13=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #19100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100D is #E6EFF2. Grayscale: #121212. Windows color (decimal): -15134707 or 856089. OLE color: 856089.

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

Color convert

RGB251613-
CMYK00.360.480.90
HSL15º31.58%7.45%-
HSV(B)15º48%9.8%-
XYZ0.660.610.46-
YUV18.35124.98132.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=46.30%
G=29.63%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161300.360.480.901531.587.45
Hex1910D024305Af207
Octal3120150446013217407
Binary11001100001101010010011000010110101111100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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