#401817

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

Shades of Seal Brown #401817

Tints of Seal Brown #401817

Color information

#401817 (or 0x401817) is unknown color: approx Seal Brown. HEX triplet: 40, 18 and 17. RGB value is (64,24,23). Sum of RGB (Red+Green+Blue) = 64+24+23=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401817 is #BFE7E8. Grayscale: #232323. Windows color (decimal): -12576745 or 1513536. OLE color: 1513536.

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

Color convert

RGB642423-
CMYK00.620.640.75
HSL1.46º47.13%17.06%-
HSV(B)1.46º64.06%25.1%-
XYZ2.61.811.02-
YUV35.85120.75148.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=57.66%
G=21.62%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242300.620.640.751.4647.1317.06
Hex40181703E404B12f11
Octal100302707610011315721
Binary10000001100010111011111010000001001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401817; }

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

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

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

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

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

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

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

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