#401104

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

Shades of Seal Brown #401104

Tints of Seal Brown #401104

Color information

#401104 (or 0x401104) is unknown color: approx Seal Brown. HEX triplet: 40, 11 and 04. RGB value is (64,17,4). Sum of RGB (Red+Green+Blue) = 64+17+4=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #401104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401104 is #BFEEFB. Grayscale: #1D1D1D. Windows color (decimal): -12578556 or 266560. OLE color: 266560.

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

Color convert

RGB64174-
CMYK00.730.940.75
HSL13º88.24%13.33%-
HSV(B)13º93.75%25.1%-
XYZ2.341.50.28-
YUV29.57113.57152.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=75.29%
G=20%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6417400.730.940.751388.2413.33
Hex401140495E4Bd58d
Octal10021401111361131513015
Binary1000000100011000100100110111101001011110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401104; }

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

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

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

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

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

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

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

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