#191010

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

Shades of Seal Brown #191010

Tints of Seal Brown #191010

Color information

#191010 (or 0x191010) is unknown color: approx Seal Brown. HEX triplet: 19, 10 and 10. RGB value is (25,16,16). Sum of RGB (Red+Green+Blue) = 25+16+16=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #191010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191010 is #E6EFEF. Grayscale: #121212. Windows color (decimal): -15134704 or 1052697. OLE color: 1052697.

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

Color convert

RGB251616-
CMYK00.360.360.90
HSL21.95%8.04%-
HSV(B)36%9.8%-
XYZ0.680.610.57-
YUV18.69126.48132.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=43.86%
G=28.07%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161600.360.360.90021.958.04
Hex191010024245A0168
Octal3120200444413202610
Binary110011000010000010010010010010110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191010; }

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

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

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

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

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

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

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

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