#19100C

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

Shades of Seal Brown #19100C

Tints of Seal Brown #19100C

Color information

#19100C (or 0x19100C) is unknown color: approx Seal Brown. HEX triplet: 19, 10 and 0C. RGB value is (25,16,12). Sum of RGB (Red+Green+Blue) = 25+16+12=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #19100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100C is #E6EFF3. Grayscale: #121212. Windows color (decimal): -15134708 or 790553. OLE color: 790553.

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

Color convert

RGB251612-
CMYK00.360.520.90
HSL18.46º35.14%7.25%-
HSV(B)18.46º52%9.8%-
XYZ0.650.60.43-
YUV18.23124.48132.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=47.17%
G=30.19%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161200.360.520.9018.4635.147.25
Hex1910C024345A12237
Octal3120140446413222437
Binary110011000011000100100110100101101010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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