Shades of Brown Pod #412210
Tints of Brown Pod #412210
RGB
CMYK
RGB Variations
Color information
#412210 (or 0x412210) is known color: Brown Pod. HEX triplet: 41, 22 and 10. RGB value is (65,34,16). Sum of RGB (Red+Green+Blue) = 65+34+16=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412210 is #BEDDEF. Grayscale: #292929. Windows color (decimal): -12508656 or 1057345. OLE color: 1057345.
HSL color Cylindrical-coordinate representation of color #412210: hue angle of 22.04º 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 #412210 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 16 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.75 |
| HSL | 22.04º | 0.6% | 0.16% | - |
| HSV(B) | 22.04º | 0.75% | 0.25% | - |
| XYZ | 2.85 | 2.31 | 0.79 | - |
| YUV | 41.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 16 | 0 | 0.48 | 0.75 | 0.75 | 22.04 | 0.6 | 0.16 |
| Hex | 41 | 22 | 10 | 0 | 30 | 4B | 4B | 16 | 3C | 10 |
| Octal | 101 | 42 | 20 | 0 | 60 | 113 | 113 | 26 | 74 | 20 |
| Binary | 1000001 | 100010 | 10000 | 0 | 110000 | 1001011 | 1001011 | 10110 | 111100 | 10000 |
Color Harmonies of #412210
Complementary color
Monochromatic Colors of #412210
Black with #412210
Text Example
Text Example
White with #412210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412210; }
p { color: rgb(65,34,16); }
H1.HeaderClassName
{
color: #412210;
}
.AnyTagClassName
{
color: #412210;
}
</style>
background-color css
<style>
a { background-color: #412210; }
a { background-color: rgb(65,34,16); }
div.DivClassName
{
background-color: #412210;
}
.BgClassName
{
background-color: #412210;
}
</style>
border-color css
<style>
span { border-color: #412210; }
span { border-color: rgb(65,34,16); }
td.TdClassName
{
border-color: #412210;
}
.TagClassName
{
border-color: #412210;
}
</style>