#401206

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

Shades of Seal Brown #401206

Tints of Seal Brown #401206

Color information

#401206 (or 0x401206) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 06. RGB value is (64,18,6). Sum of RGB (Red+Green+Blue) = 64+18+6=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401206 is #BFEDF9. Grayscale: #1E1E1E. Windows color (decimal): -12578298 or 397888. OLE color: 397888.

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

Color convert

RGB64186-
CMYK00.720.910.75
HSL12.41º82.86%13.73%-
HSV(B)12.41º90.62%25.1%-
XYZ2.361.540.34-
YUV30.39114.24151.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=72.73%
G=20.45%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418600.720.910.7512.4182.8613.73
Hex401260485B4Bc53e
Octal10022601101331131412316
Binary1000000100101100100100010110111001011110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401206; }

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

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

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

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

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

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

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

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