Shades of Brown Pod #412110
Tints of Brown Pod #412110
RGB
CMYK
RGB Variations
Color information
#412110 (or 0x412110) is known color: Brown Pod. HEX triplet: 41, 21 and 10. RGB value is (65,33,16). Sum of RGB (Red+Green+Blue) = 65+33+16=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412110 is #BEDEEF. Grayscale: #282828. Windows color (decimal): -12508912 or 1057089. OLE color: 1057089.
HSL color Cylindrical-coordinate representation of color #412110: hue angle of 20.82º 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 #412110 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 16 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.75 |
| HSL | 20.82º | 0.6% | 0.16% | - |
| HSV(B) | 20.82º | 0.75% | 0.25% | - |
| XYZ | 2.82 | 2.25 | 0.78 | - |
| YUV | 40.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 16 | 0 | 0.49 | 0.75 | 0.75 | 20.82 | 0.6 | 0.16 |
| Hex | 41 | 21 | 10 | 0 | 31 | 4B | 4B | 15 | 3C | 10 |
| Octal | 101 | 41 | 20 | 0 | 61 | 113 | 113 | 25 | 74 | 20 |
| Binary | 1000001 | 100001 | 10000 | 0 | 110001 | 1001011 | 1001011 | 10101 | 111100 | 10000 |
Color Harmonies of #412110
Complementary color
Monochromatic Colors of #412110
Black with #412110
Text Example
Text Example
White with #412110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412110; }
p { color: rgb(65,33,16); }
H1.HeaderClassName
{
color: #412110;
}
.AnyTagClassName
{
color: #412110;
}
</style>
background-color css
<style>
a { background-color: #412110; }
a { background-color: rgb(65,33,16); }
div.DivClassName
{
background-color: #412110;
}
.BgClassName
{
background-color: #412110;
}
</style>
border-color css
<style>
span { border-color: #412110; }
span { border-color: rgb(65,33,16); }
td.TdClassName
{
border-color: #412110;
}
.TagClassName
{
border-color: #412110;
}
</style>