#411F14

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

Shades of Brown Pod #411F14

Tints of Brown Pod #411F14

Color information

#411F14 (or 0x411F14) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 14. RGB value is (65,31,20). Sum of RGB (Red+Green+Blue) = 65+31+20=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #411F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F14 is #BEE0EB. Grayscale: #272727. Windows color (decimal): -12509420 or 1318721. OLE color: 1318721.

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

Color convert

RGB653120-
CMYK00.520.690.75
HSL14.67º52.94%16.67%-
HSV(B)14.67º69.23%25.49%-
XYZ2.82.150.93-
YUV39.91116.76145.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=56.03%
G=26.72%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312000.520.690.7514.6752.9416.67
Hex411F14034454Bf3511
Octal1013724064105113176521
Binary10000011111110100011010010001011001011111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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