#412515

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

Shades of Brown Pod #412515

Tints of Brown Pod #412515

Color information

#412515 (or 0x412515) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 15. RGB value is (65,37,21). Sum of RGB (Red+Green+Blue) = 65+37+21=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412515 is #BEDAEA. Grayscale: #2B2B2B. Windows color (decimal): -12507883 or 1385793. OLE color: 1385793.

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

Color convert

RGB653721-
CMYK00.430.680.75
HSL21.82º51.16%16.86%-
HSV(B)21.82º67.69%25.49%-
XYZ2.982.51.04-
YUV43.55115.28143.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=52.85%
G=30.08%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65372100.430.680.7521.8251.1616.86
Hex41251502B444B163311
Octal1014525053104113266321
Binary1000001100101101010101011100010010010111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412515; }

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

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

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

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

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

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

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

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