#401414

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

Shades of Seal Brown #401414

Tints of Seal Brown #401414

Color information

#401414 (or 0x401414) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 14. RGB value is (64,20,20). Sum of RGB (Red+Green+Blue) = 64+20+20=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401414 is #BFEBEB. Grayscale: #212121. Windows color (decimal): -12577772 or 1315904. OLE color: 1315904.

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

Color convert

RGB642020-
CMYK00.690.690.75
HSL52.38%16.47%-
HSV(B)68.75%25.1%-
XYZ2.491.640.85-
YUV33.16120.58150-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64202000.690.690.75052.3816.47
Hex401414045454B03410
Octal1002424010510511306420
Binary100000010100101000100010110001011001011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401414; }

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

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

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

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

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

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

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

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