#401413

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

Shades of Seal Brown #401413

Tints of Seal Brown #401413

Color information

#401413 (or 0x401413) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 13. RGB value is (64,20,19). Sum of RGB (Red+Green+Blue) = 64+20+19=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401413 is #BFEBEC. Grayscale: #212121. Windows color (decimal): -12577773 or 1250368. OLE color: 1250368.

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

Color convert

RGB642019-
CMYK00.690.700.75
HSL1.33º54.22%16.27%-
HSV(B)1.33º70.31%25.1%-
XYZ2.481.640.8-
YUV33.04120.08150.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=62.14%
G=19.42%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64201900.690.700.751.3354.2216.27
Hex401413045464B13610
Octal1002423010510611316620
Binary100000010100100110100010110001101001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401413; }

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

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

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

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

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

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

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

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