#411911

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

Shades of Brown Pod #411911

Tints of Brown Pod #411911

Color information

#411911 (or 0x411911) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 11. RGB value is (65,25,17). Sum of RGB (Red+Green+Blue) = 65+25+17=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411911 is #BEE6EE. Grayscale: #242424. Windows color (decimal): -12510959 or 1120577. OLE color: 1120577.

HSL color Cylindrical-coordinate representation of color #411911: hue angle of 10º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411911 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB652517-
CMYK00.620.740.75
HSL10º58.54%16.08%-
HSV(B)10º73.85%25.49%-
XYZ2.631.860.75-
YUV36.05117.25148.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=60.75%
G=23.36%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251700.620.740.751058.5416.08
Hex41191103E4A4Ba3b10
Octal1013121076112113127320
Binary10000011100110001011111010010101001011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411911; }

 p { color: rgb(65,25,17); }

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

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

 a { background-color: rgb(65,25,17); }

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

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

 span { border-color: rgb(65,25,17); }

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