#401B1A

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

Shades of Seal Brown #401B1A

Tints of Seal Brown #401B1A

Color information

#401B1A (or 0x401B1A) is unknown color: approx Seal Brown. HEX triplet: 40, 1B and 1A. RGB value is (64,27,26). Sum of RGB (Red+Green+Blue) = 64+27+26=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1A is #BFE4E5. Grayscale: #252525. Windows color (decimal): -12575974 or 1710912. OLE color: 1710912.

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

Color convert

RGB642726-
CMYK00.580.590.75
HSL1.58º42.22%17.65%-
HSV(B)1.58º59.38%25.1%-
XYZ2.691.951.21-
YUV37.95121.26146.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=54.70%
G=23.08%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64272600.580.590.751.5842.2217.65
Hex401B1A03A3B4B22a12
Octal10033320727311325222
Binary10000001101111010011101011101110010111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,27,26); }

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

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

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

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

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

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

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