Shades of Brown Pod #412010
Tints of Brown Pod #412010
RGB
CMYK
RGB Variations
Color information
#412010 (or 0x412010) is known color: Brown Pod. HEX triplet: 41, 20 and 10. RGB value is (65,32,16). Sum of RGB (Red+Green+Blue) = 65+32+16=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412010 is #BEDFEF. Grayscale: #282828. Windows color (decimal): -12509168 or 1056833. OLE color: 1056833.
HSL color Cylindrical-coordinate representation of color #412010: hue angle of 19.59º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412010 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 16 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.75 |
| HSL | 19.59º | 0.6% | 0.16% | - |
| HSV(B) | 19.59º | 0.75% | 0.25% | - |
| XYZ | 2.79 | 2.19 | 0.77 | - |
| YUV | 40.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 16 | 0 | 0.51 | 0.75 | 0.75 | 19.59 | 0.6 | 0.16 |
| Hex | 41 | 20 | 10 | 0 | 33 | 4B | 4B | 14 | 3C | 10 |
| Octal | 101 | 40 | 20 | 0 | 63 | 113 | 113 | 24 | 74 | 20 |
| Binary | 1000001 | 100000 | 10000 | 0 | 110011 | 1001011 | 1001011 | 10100 | 111100 | 10000 |
Color Harmonies of #412010
Complementary color
Monochromatic Colors of #412010
Black with #412010
Text Example
Text Example
White with #412010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412010; }
p { color: rgb(65,32,16); }
H1.HeaderClassName
{
color: #412010;
}
.AnyTagClassName
{
color: #412010;
}
</style>
background-color css
<style>
a { background-color: #412010; }
a { background-color: rgb(65,32,16); }
div.DivClassName
{
background-color: #412010;
}
.BgClassName
{
background-color: #412010;
}
</style>
border-color css
<style>
span { border-color: #412010; }
span { border-color: rgb(65,32,16); }
td.TdClassName
{
border-color: #412010;
}
.TagClassName
{
border-color: #412010;
}
</style>