#400401

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

Shades of Seal Brown #400401

Tints of Seal Brown #400401

Color information

#400401 (or 0x400401) is unknown color: approx Seal Brown. HEX triplet: 40, 04 and 01. RGB value is (64,4,1). Sum of RGB (Red+Green+Blue) = 64+4+1=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400401 is #BFFBFE. Grayscale: #151515. Windows color (decimal): -12581887 or 66624. OLE color: 66624.

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

Color convert

RGB6441-
CMYK00.940.980.75
HSL2.86º96.92%12.75%-
HSV(B)2.86º98.44%25.1%-
XYZ2.161.180.14-
YUV21.6116.38158.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 92.75%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=92.75%
G=5.80%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal644100.940.980.752.8696.9212.75
Hex404105E624B361d
Octal100410136142113314115
Binary1000000100101011110110001010010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400401; }

 p { color: rgb(64,4,1); }

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

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

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

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

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

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

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