#401811

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

Shades of Brown Pod #401811

Tints of Brown Pod #401811

Color information

#401811 (or 0x401811) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 11. RGB value is (64,24,17). Sum of RGB (Red+Green+Blue) = 64+24+17=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401811 is #BFE7EE. Grayscale: #232323. Windows color (decimal): -12576751 or 1120320. OLE color: 1120320.

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

Color convert

RGB642417-
CMYK00.620.730.75
HSL8.94º58.02%15.88%-
HSV(B)8.94º73.44%25.1%-
XYZ2.541.780.74-
YUV35.16117.75148.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=60.95%
G=22.86%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64241700.620.730.758.9458.0215.88
Hex40181103E494B93a10
Octal1003021076111113117220
Binary10000001100010001011111010010011001011100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401811; }

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

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

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

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

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

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

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

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