#412011

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

Shades of Brown Pod #412011

Tints of Brown Pod #412011

Color information

#412011 (or 0x412011) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 11. RGB value is (65,32,17). Sum of RGB (Red+Green+Blue) = 65+32+17=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412011 is #BEDFEE. Grayscale: #282828. Windows color (decimal): -12509167 or 1122369. OLE color: 1122369.

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

Color convert

RGB653217-
CMYK00.510.740.75
HSL18.75º58.54%16.08%-
HSV(B)18.75º73.85%25.49%-
XYZ2.82.20.81-
YUV40.16114.93145.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=57.02%
G=28.07%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65321700.510.740.7518.7558.5416.08
Hex4120110334A4B133b10
Octal1014021063112113237320
Binary1000001100000100010110011100101010010111001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412011; }

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

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

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

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

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

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

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

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