#401E1E

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

Shades of Seal Brown #401E1E

Tints of Seal Brown #401E1E

Color information

#401E1E (or 0x401E1E) is unknown color: approx Seal Brown. HEX triplet: 40, 1E and 1E. RGB value is (64,30,30). Sum of RGB (Red+Green+Blue) = 64+30+30=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1E is #BFE1E1. Grayscale: #282828. Windows color (decimal): -12575202 or 1973824. OLE color: 1973824.

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

Color convert

RGB643030-
CMYK00.530.530.75
HSL36.17%18.43%-
HSV(B)53.12%25.1%-
XYZ2.812.111.49-
YUV40.17122.26145-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=51.61%
G=24.19%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64303000.530.530.75036.1718.43
Hex401E1E035354B02412
Octal10036360656511304422
Binary1000000111101111001101011101011001011010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E1E; }

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

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

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

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

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

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

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

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