#412315

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

Shades of Brown Pod #412315

Tints of Brown Pod #412315

Color information

#412315 (or 0x412315) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 15. RGB value is (65,35,21). Sum of RGB (Red+Green+Blue) = 65+35+21=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412315 is #BEDCEA. Grayscale: #2A2A2A. Windows color (decimal): -12508395 or 1385281. OLE color: 1385281.

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

Color convert

RGB653521-
CMYK00.460.680.75
HSL19.09º51.16%16.86%-
HSV(B)19.09º67.69%25.49%-
XYZ2.922.381.02-
YUV42.37115.94144.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=53.72%
G=28.93%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352100.460.680.7519.0951.1616.86
Hex41231502E444B133311
Octal1014325056104113236321
Binary1000001100011101010101110100010010010111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412315; }

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

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

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

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

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

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

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

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