#401409

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

Shades of Seal Brown #401409

Tints of Seal Brown #401409

Color information

#401409 (or 0x401409) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 09. RGB value is (64,20,9). Sum of RGB (Red+Green+Blue) = 64+20+9=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401409 is #BFEBF6. Grayscale: #1F1F1F. Windows color (decimal): -12577783 or 595008. OLE color: 595008.

HSL color Cylindrical-coordinate representation of color #401409: hue angle of 12º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401409 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB64209-
CMYK00.690.860.75
HSL12º75.34%14.31%-
HSV(B)12º85.94%25.1%-
XYZ2.411.610.44-
YUV31.9115.08150.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=68.82%
G=21.51%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6420900.690.860.751275.3414.31
Hex40149045564Bc4be
Octal100241101051261131411316
Binary10000001010010010100010110101101001011110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401409; }

 p { color: rgb(64,20,9); }

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

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

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

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

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

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

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