#411F16

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

Shades of Brown Pod #411F16

Tints of Brown Pod #411F16

Color information

#411F16 (or 0x411F16) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 16. RGB value is (65,31,22). Sum of RGB (Red+Green+Blue) = 65+31+22=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F16 is #BEE0E9. Grayscale: #282828. Windows color (decimal): -12509418 or 1449793. OLE color: 1449793.

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

Color convert

RGB653122-
CMYK00.520.660.75
HSL12.56º49.43%17.06%-
HSV(B)12.56º66.15%25.49%-
XYZ2.812.161.03-
YUV40.14117.76145.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=55.08%
G=26.27%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312200.520.660.7512.5649.4317.06
Hex411F16034424Bd3111
Octal1013726064102113156121
Binary10000011111110110011010010000101001011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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