#411B09

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

Shades of Brown Pod #411B09

Tints of Brown Pod #411B09

Color information

#411B09 (or 0x411B09) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 09. RGB value is (65,27,9). Sum of RGB (Red+Green+Blue) = 65+27+9=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B09 is #BEE4F6. Grayscale: #242424. Windows color (decimal): -12510455 or 596801. OLE color: 596801.

HSL color Cylindrical-coordinate representation of color #411B09: hue angle of 19.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411B09 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65279-
CMYK00.580.860.75
HSL19.29º75.68%14.51%-
HSV(B)19.29º86.15%25.49%-
XYZ2.621.930.49-
YUV36.31112.59148.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=64.36%
G=26.73%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6527900.580.860.7519.2975.6814.51
Hex411B903A564B134cf
Octal10133110721261132311417
Binary10000011101110010111010101011010010111001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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