#401612

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

Shades of Seal Brown #401612

Tints of Seal Brown #401612

Color information

#401612 (or 0x401612) is unknown color: approx Seal Brown. HEX triplet: 40, 16 and 12. RGB value is (64,22,18). Sum of RGB (Red+Green+Blue) = 64+22+18=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401612 is #BFE9ED. Grayscale: #222222. Windows color (decimal): -12577262 or 1185344. OLE color: 1185344.

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

Color convert

RGB642218-
CMYK00.660.720.75
HSL5.22º56.1%16.08%-
HSV(B)5.22º71.88%25.1%-
XYZ2.511.710.77-
YUV34.1118.91149.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=61.54%
G=21.15%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64221800.660.720.755.2256.116.08
Hex401612042484B53810
Octal1002622010211011357020
Binary10000001011010010010000101001000100101110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401612; }

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

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

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

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

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

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

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

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