#191413

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

Shades of Seal Brown #191413

Tints of Seal Brown #191413

Color information

#191413 (or 0x191413) is unknown color: approx Seal Brown. HEX triplet: 19, 14 and 13. RGB value is (25,20,19). Sum of RGB (Red+Green+Blue) = 25+20+19=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191413 is #E6EBEC. Grayscale: #151515. Windows color (decimal): -15133677 or 1250329. OLE color: 1250329.

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

Color convert

RGB252019-
CMYK00.200.240.90
HSL10º13.64%8.63%-
HSV(B)10º24%9.8%-
XYZ0.770.750.72-
YUV21.38126.66130.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=39.06%
G=31.25%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25201900.200.240.901013.648.63
Hex191413014185Aae9
Octal31242302430132121611
Binary110011010010011010100110001011010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191413; }

 p { color: rgb(25,20,19); }

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

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

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

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

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

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

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