#401818

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

Shades of Seal Brown #401818

Tints of Seal Brown #401818

Color information

#401818 (or 0x401818) is unknown color: approx Seal Brown. HEX triplet: 40, 18 and 18. RGB value is (64,24,24). Sum of RGB (Red+Green+Blue) = 64+24+24=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401818 is #BFE7E7. Grayscale: #242424. Windows color (decimal): -12576744 or 1579072. OLE color: 1579072.

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

Color convert

RGB642424-
CMYK00.620.620.75
HSL45.45%17.25%-
HSV(B)62.5%25.1%-
XYZ2.611.811.08-
YUV35.96121.25148-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242400.620.620.75045.4517.25
Hex40181803E3E4B02d11
Octal10030300767611305521
Binary1000000110001100001111101111101001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401818; }

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

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

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

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

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

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

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

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