#401D1C

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

Shades of Seal Brown #401D1C

Tints of Seal Brown #401D1C

Color information

#401D1C (or 0x401D1C) is unknown color: approx Seal Brown. HEX triplet: 40, 1D and 1C. RGB value is (64,29,28). Sum of RGB (Red+Green+Blue) = 64+29+28=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1C is #BFE2E3. Grayscale: #272727. Windows color (decimal): -12575460 or 1842496. OLE color: 1842496.

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

Color convert

RGB642928-
CMYK00.550.560.75
HSL1.67º39.13%18.04%-
HSV(B)1.67º56.25%25.1%-
XYZ2.762.051.35-
YUV39.35121.6145.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=52.89%
G=23.97%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64292800.550.560.751.6739.1318.04
Hex401D1C037384B22712
Octal10035340677011324722
Binary10000001110111100011011111100010010111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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