#411B15

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

Shades of Brown Pod #411B15

Tints of Brown Pod #411B15

Color information

#411B15 (or 0x411B15) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 15. RGB value is (65,27,21). Sum of RGB (Red+Green+Blue) = 65+27+21=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B15 is #BEE4EA. Grayscale: #252525. Windows color (decimal): -12510443 or 1383233. OLE color: 1383233.

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

Color convert

RGB652721-
CMYK00.580.680.75
HSL8.18º51.16%16.86%-
HSV(B)8.18º67.69%25.49%-
XYZ2.711.960.95-
YUV37.68118.59147.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=57.52%
G=23.89%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65272100.580.680.758.1851.1616.86
Hex411B1503A444B83311
Octal1013325072104113106321
Binary10000011101110101011101010001001001011100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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