#401A18

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

Shades of Seal Brown #401A18

Tints of Seal Brown #401A18

Color information

#401A18 (or 0x401A18) is unknown color: approx Seal Brown. HEX triplet: 40, 1A and 18. RGB value is (64,26,24). Sum of RGB (Red+Green+Blue) = 64+26+24=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A18 is #BFE5E7. Grayscale: #252525. Windows color (decimal): -12576232 or 1579584. OLE color: 1579584.

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

Color convert

RGB642624-
CMYK00.590.620.75
HSL45.45%17.25%-
HSV(B)62.5%25.1%-
XYZ2.651.891.09-
YUV37.13120.59147.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=56.14%
G=22.81%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262400.590.620.75345.4517.25
Hex401A1803B3E4B32d11
Octal10032300737611335521
Binary10000001101011000011101111111010010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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