#411E09

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

Shades of Brown Pod #411E09

Tints of Brown Pod #411E09

Color information

#411E09 (or 0x411E09) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 09. RGB value is (65,30,9). Sum of RGB (Red+Green+Blue) = 65+30+9=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E09 is #BEE1F6. Grayscale: #262626. Windows color (decimal): -12509687 or 597569. OLE color: 597569.

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

Color convert

RGB65309-
CMYK00.540.860.75
HSL22.5º75.68%14.51%-
HSV(B)22.5º86.15%25.49%-
XYZ2.692.070.52-
YUV38.07111.6147.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=62.5%
G=28.85%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6530900.540.860.7522.575.6814.51
Hex411E9036564B164cf
Octal10136110661261132611417
Binary10000011111010010110110101011010010111011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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