#412211

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

Shades of Brown Pod #412211

Tints of Brown Pod #412211

Color information

#412211 (or 0x412211) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 11. RGB value is (65,34,17). Sum of RGB (Red+Green+Blue) = 65+34+17=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412211 is #BEDDEE. Grayscale: #292929. Windows color (decimal): -12508655 or 1122881. OLE color: 1122881.

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

Color convert

RGB653417-
CMYK00.480.740.75
HSL21.25º58.54%16.08%-
HSV(B)21.25º73.85%25.49%-
XYZ2.852.310.83-
YUV41.33114.27144.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=56.03%
G=29.31%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65341700.480.740.7521.2558.5416.08
Hex4122110304A4B153b10
Octal1014221060112113257320
Binary1000001100010100010110000100101010010111010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412211; }

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

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

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

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

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

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

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

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