#412416

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

Shades of Brown Pod #412416

Tints of Brown Pod #412416

Color information

#412416 (or 0x412416) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 16. RGB value is (65,36,22). Sum of RGB (Red+Green+Blue) = 65+36+22=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412416 is #BEDBE9. Grayscale: #2B2B2B. Windows color (decimal): -12508138 or 1451073. OLE color: 1451073.

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

Color convert

RGB653622-
CMYK00.450.660.75
HSL19.53º49.43%17.06%-
HSV(B)19.53º66.15%25.49%-
XYZ2.962.441.07-
YUV43.08116.11143.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=52.85%
G=29.27%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362200.450.660.7519.5349.4317.06
Hex41241602D424B143111
Octal1014426055102113246121
Binary1000001100100101100101101100001010010111010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412416; }

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

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

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

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

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

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

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

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