#191110

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

Shades of Seal Brown #191110

Tints of Seal Brown #191110

Color information

#191110 (or 0x191110) is unknown color: approx Seal Brown. HEX triplet: 19, 11 and 10. RGB value is (25,17,16). Sum of RGB (Red+Green+Blue) = 25+17+16=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #191110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191110 is #E6EEEF. Grayscale: #131313. Windows color (decimal): -15134448 or 1052953. OLE color: 1052953.

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

Color convert

RGB251716-
CMYK00.320.360.90
HSL6.67º21.95%8.04%-
HSV(B)6.67º36%9.8%-
XYZ0.690.640.58-
YUV19.28126.15132.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=43.10%
G=29.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25171600.320.360.906.6721.958.04
Hex191110020245A7168
Octal3121200404413272610
Binary11001100011000001000001001001011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191110; }

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

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

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

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

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

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

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

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