#401D1D

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

Shades of Seal Brown #401D1D

Tints of Seal Brown #401D1D

Color information

#401D1D (or 0x401D1D) is unknown color: approx Seal Brown. HEX triplet: 40, 1D and 1D. RGB value is (64,29,29). Sum of RGB (Red+Green+Blue) = 64+29+29=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1D is #BFE2E2. Grayscale: #272727. Windows color (decimal): -12575459 or 1908032. OLE color: 1908032.

HSL color Cylindrical-coordinate representation of color #401D1D: hue angle of 0º 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 #401D1D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB642929-
CMYK00.550.550.75
HSL37.63%18.24%-
HSV(B)54.69%25.1%-
XYZ2.782.061.41-
YUV39.46122.1145.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=52.46%
G=23.77%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64292900.550.550.75037.6318.24
Hex401D1D037374B02612
Octal10035350676711304622
Binary1000000111011110101101111101111001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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