#400804

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

Shades of Seal Brown #400804

Tints of Seal Brown #400804

Color information

#400804 (or 0x400804) is unknown color: approx Seal Brown. HEX triplet: 40, 08 and 04. RGB value is (64,8,4). Sum of RGB (Red+Green+Blue) = 64+8+4=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400804 is #BFF7FB. Grayscale: #181818. Windows color (decimal): -12580860 or 264256. OLE color: 264256.

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

Color convert

RGB6484-
CMYK00.870.940.75
HSL88.24%13.33%-
HSV(B)93.75%25.1%-
XYZ2.221.270.24-
YUV24.29116.55156.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=84.21%
G=10.53%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal648400.870.940.75488.2413.33
Hex40840575E4B458d
Octal1001040127136113413015
Binary10000001000100010101111011110100101110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400804; }

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

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

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

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

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

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

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

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