#401A19

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

Shades of Seal Brown #401A19

Tints of Seal Brown #401A19

Color information

#401A19 (or 0x401A19) is unknown color: approx Seal Brown. HEX triplet: 40, 1A and 19. RGB value is (64,26,25). Sum of RGB (Red+Green+Blue) = 64+26+25=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A19 is #BFE5E6. Grayscale: #252525. Windows color (decimal): -12576231 or 1645120. OLE color: 1645120.

HSL color Cylindrical-coordinate representation of color #401A19: hue angle of 1.54º 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 #401A19 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB642625-
CMYK00.590.610.75
HSL1.54º43.82%17.45%-
HSV(B)1.54º60.94%25.1%-
XYZ2.661.91.15-
YUV37.25121.09147.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=55.65%
G=22.61%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262500.590.610.751.5443.8217.45
Hex401A1903B3D4B22c11
Octal10032310737511325421
Binary10000001101011001011101111110110010111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A19; }

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

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

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

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

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

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

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

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