#191210

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

Shades of Seal Brown #191210

Tints of Seal Brown #191210

Color information

#191210 (or 0x191210) is unknown color: approx Seal Brown. HEX triplet: 19, 12 and 10. RGB value is (25,18,16). Sum of RGB (Red+Green+Blue) = 25+18+16=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #191210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191210 is #E6EDEF. Grayscale: #131313. Windows color (decimal): -15134192 or 1053209. OLE color: 1053209.

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

Color convert

RGB251816-
CMYK00.280.360.90
HSL13.33º21.95%8.04%-
HSV(B)13.33º36%9.8%-
XYZ0.710.680.58-
YUV19.86125.82131.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=42.37%
G=30.51%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25181600.280.360.9013.3321.958.04
Hex19121001C245Ad168
Octal31222003444132152610
Binary11001100101000001110010010010110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191210; }

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

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

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

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

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

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

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

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