#401919

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

Shades of Seal Brown #401919

Tints of Seal Brown #401919

Color information

#401919 (or 0x401919) is unknown color: approx Seal Brown. HEX triplet: 40, 19 and 19. RGB value is (64,25,25). Sum of RGB (Red+Green+Blue) = 64+25+25=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401919 is #BFE6E6. Grayscale: #242424. Windows color (decimal): -12576487 or 1644864. OLE color: 1644864.

HSL color Cylindrical-coordinate representation of color #401919: hue angle of 0º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401919 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB642525-
CMYK00.610.610.75
HSL43.82%17.45%-
HSV(B)60.94%25.1%-
XYZ2.641.861.14-
YUV36.66121.42147.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=56.14%
G=21.93%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64252500.610.610.75043.8217.45
Hex40191903D3D4B02c11
Octal10031310757511305421
Binary1000000110011100101111011111011001011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401919; }

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

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

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

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

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

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

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

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