#411A09

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

Shades of Brown Pod #411A09

Tints of Brown Pod #411A09

Color information

#411A09 (or 0x411A09) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 09. RGB value is (65,26,9). Sum of RGB (Red+Green+Blue) = 65+26+9=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #411A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A09 is #BEE5F6. Grayscale: #232323. Windows color (decimal): -12510711 or 596545. OLE color: 596545.

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

Color convert

RGB65269-
CMYK00.600.860.75
HSL18.21º75.68%14.51%-
HSV(B)18.21º86.15%25.49%-
XYZ2.61.880.48-
YUV35.72112.92148.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 9 (3.91% from 255) = 9%
R=65%
G=26%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526900.600.860.7518.2175.6814.51
Hex411A903C564B124cf
Octal10132110741261132211417
Binary10000011101010010111100101011010010111001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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