#411F15

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

Shades of Brown Pod #411F15

Tints of Brown Pod #411F15

Color information

#411F15 (or 0x411F15) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 15. RGB value is (65,31,21). Sum of RGB (Red+Green+Blue) = 65+31+21=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #411F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F15 is #BEE0EA. Grayscale: #282828. Windows color (decimal): -12509419 or 1384257. OLE color: 1384257.

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

Color convert

RGB653121-
CMYK00.520.680.75
HSL13.64º51.16%16.86%-
HSV(B)13.64º67.69%25.49%-
XYZ2.812.160.98-
YUV40.03117.26145.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=55.56%
G=26.50%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312100.520.680.7513.6451.1616.86
Hex411F15034444Be3311
Octal1013725064104113166321
Binary10000011111110101011010010001001001011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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