#412115

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

Shades of Brown Pod #412115

Tints of Brown Pod #412115

Color information

#412115 (or 0x412115) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 15. RGB value is (65,33,21). Sum of RGB (Red+Green+Blue) = 65+33+21=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412115 is #BEDEEA. Grayscale: #292929. Windows color (decimal): -12508907 or 1384769. OLE color: 1384769.

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

Color convert

RGB653321-
CMYK00.490.680.75
HSL16.36º51.16%16.86%-
HSV(B)16.36º67.69%25.49%-
XYZ2.862.271-
YUV41.2116.6144.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=54.62%
G=27.73%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332100.490.680.7516.3651.1616.86
Hex412115031444B103311
Octal1014125061104113206321
Binary1000001100001101010110001100010010010111000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412115; }

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

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

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

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

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

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

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

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