#412116

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

Shades of Brown Pod #412116

Tints of Brown Pod #412116

Color information

#412116 (or 0x412116) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 16. RGB value is (65,33,22). Sum of RGB (Red+Green+Blue) = 65+33+22=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412116 is #BEDEE9. Grayscale: #292929. Windows color (decimal): -12508906 or 1450305. OLE color: 1450305.

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

Color convert

RGB653322-
CMYK00.490.660.75
HSL15.35º49.43%17.06%-
HSV(B)15.35º66.15%25.49%-
XYZ2.872.271.05-
YUV41.31117.1144.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=54.17%
G=27.5%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332200.490.660.7515.3549.4317.06
Hex412116031424Bf3111
Octal1014126061102113176121
Binary100000110000110110011000110000101001011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412116; }

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

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

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

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

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

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

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

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