#401F1E

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

Shades of Seal Brown #401F1E

Tints of Seal Brown #401F1E

Color information

#401F1E (or 0x401F1E) is unknown color: approx Seal Brown. HEX triplet: 40, 1F and 1E. RGB value is (64,31,30). Sum of RGB (Red+Green+Blue) = 64+31+30=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F1E is #BFE0E1. Grayscale: #282828. Windows color (decimal): -12574946 or 1974080. OLE color: 1974080.

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

Color convert

RGB643130-
CMYK00.520.530.75
HSL1.76º36.17%18.43%-
HSV(B)1.76º53.12%25.1%-
XYZ2.842.161.5-
YUV40.75121.93144.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=51.2%
G=24.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64313000.520.530.751.7636.1718.43
Hex401F1E034354B22412
Octal10037360646511324422
Binary10000001111111110011010011010110010111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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