#401911

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

Shades of Brown Pod #401911

Tints of Brown Pod #401911

Color information

#401911 (or 0x401911) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 11. RGB value is (64,25,17). Sum of RGB (Red+Green+Blue) = 64+25+17=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401911 is #BFE6EE. Grayscale: #232323. Windows color (decimal): -12576495 or 1120576. OLE color: 1120576.

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

Color convert

RGB642517-
CMYK00.610.730.75
HSL10.21º58.02%15.88%-
HSV(B)10.21º73.44%25.1%-
XYZ2.561.830.75-
YUV35.75117.42148.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=60.38%
G=23.58%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64251700.610.730.7510.2158.0215.88
Hex40191103D494Ba3a10
Octal1003121075111113127220
Binary10000001100110001011110110010011001011101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401911; }

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

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

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

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

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

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

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

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