#411E14

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

Shades of Brown Pod #411E14

Tints of Brown Pod #411E14

Color information

#411E14 (or 0x411E14) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 14. RGB value is (65,30,20). Sum of RGB (Red+Green+Blue) = 65+30+20=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E14 is #BEE1EB. Grayscale: #272727. Windows color (decimal): -12509676 or 1318465. OLE color: 1318465.

HSL color Cylindrical-coordinate representation of color #411E14: hue angle of 13.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411E14 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB653020-
CMYK00.540.690.75
HSL13.33º52.94%16.67%-
HSV(B)13.33º69.23%25.49%-
XYZ2.772.10.92-
YUV39.33117.1146.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=56.52%
G=26.09%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65302000.540.690.7513.3352.9416.67
Hex411E14036454Bd3511
Octal1013624066105113156521
Binary10000011111010100011011010001011001011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,30,20); }

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

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

 a { background-color: rgb(65,30,20); }

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

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

 span { border-color: rgb(65,30,20); }

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