#401009

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

Shades of Seal Brown #401009

Tints of Seal Brown #401009

Color information

#401009 (or 0x401009) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 09. RGB value is (64,16,9). Sum of RGB (Red+Green+Blue) = 64+16+9=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401009 is #BFEFF6. Grayscale: #1D1D1D. Windows color (decimal): -12578807 or 593984. OLE color: 593984.

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

Color convert

RGB64169-
CMYK00.750.860.75
HSL7.64º75.34%14.31%-
HSV(B)7.64º85.94%25.1%-
XYZ2.351.480.42-
YUV29.55116.4152.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=71.91%
G=17.98%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416900.750.860.757.6475.3414.31
Hex4010904B564B84be
Octal100201101131261131011316
Binary10000001000010010100101110101101001011100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401009; }

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

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

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

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

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

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

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

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