#401204

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

Shades of Seal Brown #401204

Tints of Seal Brown #401204

Color information

#401204 (or 0x401204) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 04. RGB value is (64,18,4). Sum of RGB (Red+Green+Blue) = 64+18+4=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401204 is #BFEDFB. Grayscale: #1E1E1E. Windows color (decimal): -12578300 or 266816. OLE color: 266816.

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

Color convert

RGB64184-
CMYK00.720.940.75
HSL14º88.24%13.33%-
HSV(B)14º93.75%25.1%-
XYZ2.351.530.29-
YUV30.16113.24152.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=74.42%
G=20.93%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418400.720.940.751488.2413.33
Hex401240485E4Be58d
Octal10022401101361131613015
Binary1000000100101000100100010111101001011111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401204; }

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

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

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

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

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

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

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

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