#401E1D

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

Shades of Seal Brown #401E1D

Tints of Seal Brown #401E1D

Color information

#401E1D (or 0x401E1D) is unknown color: approx Seal Brown. HEX triplet: 40, 1E and 1D. RGB value is (64,30,29). Sum of RGB (Red+Green+Blue) = 64+30+29=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1D is #BFE1E2. Grayscale: #282828. Windows color (decimal): -12575203 or 1908288. OLE color: 1908288.

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

Color convert

RGB643029-
CMYK00.530.550.75
HSL1.71º37.63%18.24%-
HSV(B)1.71º54.69%25.1%-
XYZ2.82.111.42-
YUV40.05121.76145.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=52.03%
G=24.39%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64302900.530.550.751.7137.6318.24
Hex401E1D035374B22612
Octal10036350656711324622
Binary10000001111011101011010111011110010111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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