#412215

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

Shades of Brown Pod #412215

Tints of Brown Pod #412215

Color information

#412215 (or 0x412215) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 15. RGB value is (65,34,21). Sum of RGB (Red+Green+Blue) = 65+34+21=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412215 is #BEDDEA. Grayscale: #292929. Windows color (decimal): -12508651 or 1385025. OLE color: 1385025.

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

Color convert

RGB653421-
CMYK00.480.680.75
HSL17.73º51.16%16.86%-
HSV(B)17.73º67.69%25.49%-
XYZ2.892.321.01-
YUV41.79116.27144.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=54.17%
G=28.33%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342100.480.680.7517.7351.1616.86
Hex412215030444B123311
Octal1014225060104113226321
Binary1000001100010101010110000100010010010111001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412215; }

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

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

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

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

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

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

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

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