#401313

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

Shades of Seal Brown #401313

Tints of Seal Brown #401313

Color information

#401313 (or 0x401313) is unknown color: approx Seal Brown. HEX triplet: 40, 13 and 13. RGB value is (64,19,19). Sum of RGB (Red+Green+Blue) = 64+19+19=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401313 is #BFECEC. Grayscale: #202020. Windows color (decimal): -12578029 or 1250112. OLE color: 1250112.

HSL color Cylindrical-coordinate representation of color #401313: hue angle of 0º 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 #401313 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB641919-
CMYK00.700.700.75
HSL54.22%16.27%-
HSV(B)70.31%25.1%-
XYZ2.461.60.8-
YUV32.46120.41150.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=62.75%
G=18.63%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64191900.700.700.75054.2216.27
Hex401313046464B03610
Octal1002323010610611306620
Binary100000010011100110100011010001101001011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401313; }

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

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

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

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

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

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

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

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