#411A15

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

Shades of Brown Pod #411A15

Tints of Brown Pod #411A15

Color information

#411A15 (or 0x411A15) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 15. RGB value is (65,26,21). Sum of RGB (Red+Green+Blue) = 65+26+21=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A15 is #BEE5EA. Grayscale: #252525. Windows color (decimal): -12510699 or 1382977. OLE color: 1382977.

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

Color convert

RGB652621-
CMYK00.600.680.75
HSL6.82º51.16%16.86%-
HSV(B)6.82º67.69%25.49%-
XYZ2.681.920.94-
YUV37.09118.92147.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=58.04%
G=23.21%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65262100.600.680.756.8251.1616.86
Hex411A1503C444B73311
Octal101322507410411376321
Binary1000001110101010101111001000100100101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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