#412516

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

Shades of Brown Pod #412516

Tints of Brown Pod #412516

Color information

#412516 (or 0x412516) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 16. RGB value is (65,37,22). Sum of RGB (Red+Green+Blue) = 65+37+22=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412516 is #BEDAE9. Grayscale: #2B2B2B. Windows color (decimal): -12507882 or 1451329. OLE color: 1451329.

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

Color convert

RGB653722-
CMYK00.430.660.75
HSL20.93º49.43%17.06%-
HSV(B)20.93º66.15%25.49%-
XYZ2.992.51.09-
YUV43.66115.78143.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=52.42%
G=29.84%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65372200.430.660.7520.9349.4317.06
Hex41251602B424B153111
Octal1014526053102113256121
Binary1000001100101101100101011100001010010111010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412516; }

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

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

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

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

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

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

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

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