#401000

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

Shades of Seal Brown #401000

Tints of Seal Brown #401000

Color information

#401000 (or 0x401000) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 00. RGB value is (64,16,0). Sum of RGB (Red+Green+Blue) = 64+16+0=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #401000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401000 is #BFEFFF. Grayscale: #1C1C1C. Windows color (decimal): -12578816 or 4160. OLE color: 4160.

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

Color convert

RGB64160-
CMYK00.7510.75
HSL15º100%12.55%-
HSV(B)15º100%25.1%-
XYZ2.31.460.16-
YUV28.53111.9153.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416000.7510.751510012.55
Hex4010004B644Bf64d
Octal10020001131441131714415
Binary10000001000000100101111001001001011111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401000; }

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

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

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

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

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

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

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

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