#401716

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

Shades of Seal Brown #401716

Tints of Seal Brown #401716

Color information

#401716 (or 0x401716) is unknown color: approx Seal Brown. HEX triplet: 40, 17 and 16. RGB value is (64,23,22). Sum of RGB (Red+Green+Blue) = 64+23+22=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401716 is #BFE8E9. Grayscale: #232323. Windows color (decimal): -12577002 or 1447744. OLE color: 1447744.

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

Color convert

RGB642322-
CMYK00.640.660.75
HSL1.43º48.84%16.86%-
HSV(B)1.43º65.62%25.1%-
XYZ2.571.760.96-
YUV35.15120.58148.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=58.72%
G=21.10%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64232200.640.660.751.4348.8416.86
Hex401716040424B13111
Octal1002726010010211316121
Binary100000010111101100100000010000101001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401716; }

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

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

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

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

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

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

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

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