#401917

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

Shades of Seal Brown #401917

Tints of Seal Brown #401917

Color information

#401917 (or 0x401917) is unknown color: approx Seal Brown. HEX triplet: 40, 19 and 17. RGB value is (64,25,23). Sum of RGB (Red+Green+Blue) = 64+25+23=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401917 is #BFE6E8. Grayscale: #242424. Windows color (decimal): -12576489 or 1513792. OLE color: 1513792.

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

Color convert

RGB642523-
CMYK00.610.640.75
HSL2.93º47.13%17.06%-
HSV(B)2.93º64.06%25.1%-
XYZ2.621.851.03-
YUV36.43120.42147.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=57.14%
G=22.32%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64252300.610.640.752.9347.1317.06
Hex40191703D404B32f11
Octal100312707510011335721
Binary100000011001101110111101100000010010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401917; }

 p { color: rgb(64,25,23); }

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

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

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

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

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

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

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