#401512

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

Shades of Seal Brown #401512

Tints of Seal Brown #401512

Color information

#401512 (or 0x401512) is unknown color: approx Seal Brown. HEX triplet: 40, 15 and 12. RGB value is (64,21,18). Sum of RGB (Red+Green+Blue) = 64+21+18=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401512 is #BFEAED. Grayscale: #212121. Windows color (decimal): -12577518 or 1185088. OLE color: 1185088.

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

Color convert

RGB642118-
CMYK00.670.720.75
HSL3.91º56.1%16.08%-
HSV(B)3.91º71.88%25.1%-
XYZ2.491.670.76-
YUV33.52119.25149.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=62.14%
G=20.39%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64211800.670.720.753.9156.116.08
Hex401512043484B43810
Octal1002522010311011347020
Binary10000001010110010010000111001000100101110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401512; }

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

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

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

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

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

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

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

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