#411D16

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

Shades of Brown Pod #411D16

Tints of Brown Pod #411D16

Color information

#411D16 (or 0x411D16) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 16. RGB value is (65,29,22). Sum of RGB (Red+Green+Blue) = 65+29+22=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D16 is #BEE2E9. Grayscale: #272727. Windows color (decimal): -12509930 or 1449281. OLE color: 1449281.

HSL color Cylindrical-coordinate representation of color #411D16: hue angle of 9.77º 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 #411D16 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB652922-
CMYK00.550.660.75
HSL9.77º49.43%17.06%-
HSV(B)9.77º66.15%25.49%-
XYZ2.762.061.01-
YUV38.97118.43146.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=56.03%
G=25%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65292200.550.660.759.7749.4317.06
Hex411D16037424Ba3111
Octal1013526067102113126121
Binary10000011110110110011011110000101001011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D16; }

 p { color: rgb(65,29,22); }

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

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

 a { background-color: rgb(65,29,22); }

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

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

 span { border-color: rgb(65,29,22); }

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