#411C09

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

Shades of Brown Pod #411C09

Tints of Brown Pod #411C09

Color information

#411C09 (or 0x411C09) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 09. RGB value is (65,28,9). Sum of RGB (Red+Green+Blue) = 65+28+9=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C09 is #BEE3F6. Grayscale: #252525. Windows color (decimal): -12510199 or 597057. OLE color: 597057.

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

Color convert

RGB65289-
CMYK00.570.860.75
HSL20.36º75.68%14.51%-
HSV(B)20.36º86.15%25.49%-
XYZ2.641.970.5-
YUV36.9112.26148.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=63.73%
G=27.45%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6528900.570.860.7520.3675.6814.51
Hex411C9039564B144cf
Octal10134110711261132411417
Binary10000011110010010111001101011010010111010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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