#401816

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

Shades of Seal Brown #401816

Tints of Seal Brown #401816

Color information

#401816 (or 0x401816) is unknown color: approx Seal Brown. HEX triplet: 40, 18 and 16. RGB value is (64,24,22). Sum of RGB (Red+Green+Blue) = 64+24+22=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401816 is #BFE7E9. Grayscale: #232323. Windows color (decimal): -12576746 or 1448000. OLE color: 1448000.

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

Color convert

RGB642422-
CMYK00.620.660.75
HSL2.86º48.84%16.86%-
HSV(B)2.86º65.62%25.1%-
XYZ2.591.80.97-
YUV35.73120.25148.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 22 (8.98% from 255) = 20%
R=58.18%
G=21.82%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242200.620.660.752.8648.8416.86
Hex40181603E424B33111
Octal100302607610211336121
Binary100000011000101100111110100001010010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401816; }

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

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

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

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

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

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

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

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