#411F11

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

Shades of Brown Pod #411F11

Tints of Brown Pod #411F11

Color information

#411F11 (or 0x411F11) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 11. RGB value is (65,31,17). Sum of RGB (Red+Green+Blue) = 65+31+17=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F11 is #BEE0EE. Grayscale: #272727. Windows color (decimal): -12509423 or 1122113. OLE color: 1122113.

HSL color Cylindrical-coordinate representation of color #411F11: hue angle of 17.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411F11 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB653117-
CMYK00.520.740.75
HSL17.5º58.54%16.08%-
HSV(B)17.5º73.85%25.49%-
XYZ2.772.140.8-
YUV39.57115.26146.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=57.52%
G=27.43%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65311700.520.740.7517.558.5416.08
Hex411F110344A4B113b10
Octal1013721064112113217320
Binary100000111111100010110100100101010010111000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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