#401815

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

Shades of Seal Brown #401815

Tints of Seal Brown #401815

Color information

#401815 (or 0x401815) is unknown color: approx Seal Brown. HEX triplet: 40, 18 and 15. RGB value is (64,24,21). Sum of RGB (Red+Green+Blue) = 64+24+21=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401815 is #BFE7EA. Grayscale: #232323. Windows color (decimal): -12576747 or 1382464. OLE color: 1382464.

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

Color convert

RGB642421-
CMYK00.620.670.75
HSL4.19º50.59%16.67%-
HSV(B)4.19º67.19%25.1%-
XYZ2.581.80.92-
YUV35.62119.75148.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=58.72%
G=22.02%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242100.620.670.754.1950.5916.67
Hex40181503E434B43311
Octal100302507610311346321
Binary1000000110001010101111101000011100101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401815; }

 p { color: rgb(64,24,21); }

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

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

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

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

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

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

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