#401212

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

Shades of Seal Brown #401212

Tints of Seal Brown #401212

Color information

#401212 (or 0x401212) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 12. RGB value is (64,18,18). Sum of RGB (Red+Green+Blue) = 64+18+18=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401212 is #BFEDED. Grayscale: #1F1F1F. Windows color (decimal): -12578286 or 1184320. OLE color: 1184320.

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

Color convert

RGB641818-
CMYK00.720.720.75
HSL56.1%16.08%-
HSV(B)71.88%25.1%-
XYZ2.441.570.75-
YUV31.75120.24151-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 18 (7.42% from 255) = 18%
R=64%
G=18%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64181800.720.720.75056.116.08
Hex401212048484B03810
Octal1002222011011011307020
Binary100000010010100100100100010010001001011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401212; }

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

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

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

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

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

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

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

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