#401610

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

Shades of Seal Brown #401610

Tints of Seal Brown #401610

Color information

#401610 (or 0x401610) is unknown color: approx Seal Brown. HEX triplet: 40, 16 and 10. RGB value is (64,22,16). Sum of RGB (Red+Green+Blue) = 64+22+16=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401610 is #BFE9EF. Grayscale: #212121. Windows color (decimal): -12577264 or 1054272. OLE color: 1054272.

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

Color convert

RGB642216-
CMYK00.660.750.75
HSL7.5º60%15.69%-
HSV(B)7.5º75%25.1%-
XYZ2.491.70.69-
YUV33.87117.91149.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=62.75%
G=21.57%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64221600.660.750.757.56015.69
Hex4016100424B4B83c10
Octal10026200102113113107420
Binary100000010110100000100001010010111001011100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401610; }

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

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

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

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

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

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

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

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