#401208

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

Shades of Seal Brown #401208

Tints of Seal Brown #401208

Color information

#401208 (or 0x401208) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 08. RGB value is (64,18,8). Sum of RGB (Red+Green+Blue) = 64+18+8=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401208 is #BFEDF7. Grayscale: #1E1E1E. Windows color (decimal): -12578296 or 528960. OLE color: 528960.

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

Color convert

RGB64188-
CMYK00.720.870.75
HSL10.71º77.78%14.12%-
HSV(B)10.71º87.5%25.1%-
XYZ2.371.540.4-
YUV30.61115.24151.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.11%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=71.11%
G=20%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418800.720.870.7510.7177.7814.12
Hex40128048574Bb4ee
Octal100221001101271131311616
Binary10000001001010000100100010101111001011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401208; }

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

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

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

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

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

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

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

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