#401A1A

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

Shades of Seal Brown #401A1A

Tints of Seal Brown #401A1A

Color information

#401A1A (or 0x401A1A) is unknown color: approx Seal Brown. HEX triplet: 40, 1A and 1A. RGB value is (64,26,26). Sum of RGB (Red+Green+Blue) = 64+26+26=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1A is #BFE5E5. Grayscale: #252525. Windows color (decimal): -12576230 or 1710656. OLE color: 1710656.

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

Color convert

RGB642626-
CMYK00.590.590.75
HSL42.22%17.65%-
HSV(B)59.38%25.1%-
XYZ2.671.91.2-
YUV37.36121.59147-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=55.17%
G=22.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262600.590.590.75042.2217.65
Hex401A1A03B3B4B02a12
Octal10032320737311305222
Binary1000000110101101001110111110111001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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