#401111

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

Shades of Seal Brown #401111

Tints of Seal Brown #401111

Color information

#401111 (or 0x401111) is unknown color: approx Seal Brown. HEX triplet: 40, 11 and 11. RGB value is (64,17,17). Sum of RGB (Red+Green+Blue) = 64+17+17=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401111 is #BFEEEE. Grayscale: #1F1F1F. Windows color (decimal): -12578543 or 1118528. OLE color: 1118528.

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

Color convert

RGB641717-
CMYK00.730.730.75
HSL58.02%15.88%-
HSV(B)73.44%25.1%-
XYZ2.421.530.7-
YUV31.05120.07151.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=65.31%
G=17.35%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64171700.730.730.75058.0215.88
Hex401111049494B03a10
Octal1002121011111111307220
Binary100000010001100010100100110010011001011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401111; }

 p { color: rgb(64,17,17); }

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

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

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

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

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

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

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