#412216

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

Shades of Brown Pod #412216

Tints of Brown Pod #412216

Color information

#412216 (or 0x412216) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 16. RGB value is (65,34,22). Sum of RGB (Red+Green+Blue) = 65+34+22=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412216 is #BEDDE9. Grayscale: #292929. Windows color (decimal): -12508650 or 1450561. OLE color: 1450561.

HSL color Cylindrical-coordinate representation of color #412216: hue angle of 16.74º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412216 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB653422-
CMYK00.480.660.75
HSL16.74º49.43%17.06%-
HSV(B)16.74º66.15%25.49%-
XYZ2.92.331.06-
YUV41.9116.77144.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=53.72%
G=28.10%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342200.480.660.7516.7449.4317.06
Hex412216030424B113111
Octal1014226060102113216121
Binary1000001100010101100110000100001010010111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412216; }

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

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

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

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

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

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

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

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