#401410

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

Shades of Seal Brown #401410

Tints of Seal Brown #401410

Color information

#401410 (or 0x401410) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 10. RGB value is (64,20,16). Sum of RGB (Red+Green+Blue) = 64+20+16=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401410 is #BFEBEF. Grayscale: #202020. Windows color (decimal): -12577776 or 1053760. OLE color: 1053760.

HSL color Cylindrical-coordinate representation of color #401410: hue angle of 5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401410 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB642016-
CMYK00.690.750.75
HSL60%15.69%-
HSV(B)75%25.1%-
XYZ2.461.630.67-
YUV32.7118.58150.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 16%
R=64%
G=20%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64201600.690.750.7556015.69
Hex4014100454B4B53c10
Octal1002420010511311357420
Binary10000001010010000010001011001011100101110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401410; }

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

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

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

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

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

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

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

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