#411C11

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

Shades of Brown Pod #411C11

Tints of Brown Pod #411C11

Color information

#411C11 (or 0x411C11) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 11. RGB value is (65,28,17). Sum of RGB (Red+Green+Blue) = 65+28+17=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C11 is #BEE3EE. Grayscale: #252525. Windows color (decimal): -12510191 or 1121345. OLE color: 1121345.

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

Color convert

RGB652817-
CMYK00.570.740.75
HSL13.75º58.54%16.08%-
HSV(B)13.75º73.85%25.49%-
XYZ2.71.990.77-
YUV37.81116.26147.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=59.09%
G=25.45%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65281700.570.740.7513.7558.5416.08
Hex411C110394A4Be3b10
Octal1013421071112113167320
Binary10000011110010001011100110010101001011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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