#401412

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

Shades of Seal Brown #401412

Tints of Seal Brown #401412

Color information

#401412 (or 0x401412) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 12. RGB value is (64,20,18). Sum of RGB (Red+Green+Blue) = 64+20+18=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401412 is #BFEBED. Grayscale: #202020. Windows color (decimal): -12577774 or 1184832. OLE color: 1184832.

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

Color convert

RGB642018-
CMYK00.690.720.75
HSL2.61º56.1%16.08%-
HSV(B)2.61º71.88%25.1%-
XYZ2.471.630.76-
YUV32.93119.58150.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=62.75%
G=19.61%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64201800.690.720.752.6156.116.08
Hex401412045484B33810
Octal1002422010511011337020
Binary1000000101001001001000101100100010010111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401412; }

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

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

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

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

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

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

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

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