#401711

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

Shades of Seal Brown #401711

Tints of Seal Brown #401711

Color information

#401711 (or 0x401711) is unknown color: approx Seal Brown. HEX triplet: 40, 17 and 11. RGB value is (64,23,17). Sum of RGB (Red+Green+Blue) = 64+23+17=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401711 is #BFE8EE. Grayscale: #222222. Windows color (decimal): -12577007 or 1120064. OLE color: 1120064.

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

Color convert

RGB642317-
CMYK00.640.730.75
HSL7.66º58.02%15.88%-
HSV(B)7.66º73.44%25.1%-
XYZ2.521.740.73-
YUV34.58118.08148.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=61.54%
G=22.12%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64231700.640.730.757.6658.0215.88
Hex401711040494B83a10
Octal10027210100111113107220
Binary100000010111100010100000010010011001011100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401711; }

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

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

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

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

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

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

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

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