#401001

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

Shades of Seal Brown #401001

Tints of Seal Brown #401001

Color information

#401001 (or 0x401001) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 01. RGB value is (64,16,1). Sum of RGB (Red+Green+Blue) = 64+16+1=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #401001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401001 is #BFEFFE. Grayscale: #1C1C1C. Windows color (decimal): -12578815 or 69696. OLE color: 69696.

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

Color convert

RGB64161-
CMYK00.750.980.75
HSL14.29º96.92%12.75%-
HSV(B)14.29º98.44%25.1%-
XYZ2.311.460.19-
YUV28.64112.4153.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=79.01%
G=19.75%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416100.750.980.7514.2996.9212.75
Hex4010104B624Be61d
Octal10020101131421131614115
Binary10000001000010100101111000101001011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401001; }

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

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

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

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

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

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

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

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