Shades of Brown Pod #412520
Tints of Brown Pod #412520
RGB
CMYK
RGB Variations
Color information
#412520 (or 0x412520) is known color: Brown Pod. HEX triplet: 41, 25 and 20. RGB value is (65,37,32). Sum of RGB (Red+Green+Blue) = 65+37+32=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412520 is #BEDADF. Grayscale: #2C2C2C. Windows color (decimal): -12507872 or 2106689. OLE color: 2106689.
HSL color Cylindrical-coordinate representation of color #412520: hue angle of 9.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412520 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 32 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.75 |
| HSL | 9.09º | 0.34% | 0.19% | - |
| HSV(B) | 9.09º | 0.51% | 0.25% | - |
| XYZ | 3.1 | 2.55 | 1.7 | - |
| YUV | 44.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 32 | 0 | 0.43 | 0.51 | 0.75 | 9.09 | 0.34 | 0.19 |
| Hex | 41 | 25 | 20 | 0 | 2B | 33 | 4B | 9 | 22 | 13 |
| Octal | 101 | 45 | 40 | 0 | 53 | 63 | 113 | 11 | 42 | 23 |
| Binary | 1000001 | 100101 | 100000 | 0 | 101011 | 110011 | 1001011 | 1001 | 100010 | 10011 |
Color Harmonies of #412520
Complementary color
Monochromatic Colors of #412520
Black with #412520
Text Example
Text Example
White with #412520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412520; }
p { color: rgb(65,37,32); }
H1.HeaderClassName
{
color: #412520;
}
.AnyTagClassName
{
color: #412520;
}
</style>
background-color css
<style>
a { background-color: #412520; }
a { background-color: rgb(65,37,32); }
div.DivClassName
{
background-color: #412520;
}
.BgClassName
{
background-color: #412520;
}
</style>
border-color css
<style>
span { border-color: #412520; }
span { border-color: rgb(65,37,32); }
td.TdClassName
{
border-color: #412520;
}
.TagClassName
{
border-color: #412520;
}
</style>