Shades of Brown Pod #412116
Tints of Brown Pod #412116
RGB
CMYK
RGB Variations
Color information
#412116 (or 0x412116) is known color: Brown Pod. HEX triplet: 41, 21 and 16. RGB value is (65,33,22). Sum of RGB (Red+Green+Blue) = 65+33+22=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412116 is #BEDEE9. Grayscale: #292929. Windows color (decimal): -12508906 or 1450305. OLE color: 1450305.
HSL color Cylindrical-coordinate representation of color #412116: hue angle of 15.35º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412116 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 22 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.75 |
| HSL | 15.35º | 0.49% | 0.17% | - |
| HSV(B) | 15.35º | 0.66% | 0.25% | - |
| XYZ | 2.87 | 2.27 | 1.05 | - |
| YUV | 41.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 22 | 0 | 0.49 | 0.66 | 0.75 | 15.35 | 0.49 | 0.17 |
| Hex | 41 | 21 | 16 | 0 | 31 | 42 | 4B | F | 31 | 11 |
| Octal | 101 | 41 | 26 | 0 | 61 | 102 | 113 | 17 | 61 | 21 |
| Binary | 1000001 | 100001 | 10110 | 0 | 110001 | 1000010 | 1001011 | 1111 | 110001 | 10001 |
Color Harmonies of #412116
Complementary color
Monochromatic Colors of #412116
Black with #412116
Text Example
Text Example
White with #412116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412116; }
p { color: rgb(65,33,22); }
H1.HeaderClassName
{
color: #412116;
}
.AnyTagClassName
{
color: #412116;
}
</style>
background-color css
<style>
a { background-color: #412116; }
a { background-color: rgb(65,33,22); }
div.DivClassName
{
background-color: #412116;
}
.BgClassName
{
background-color: #412116;
}
</style>
border-color css
<style>
span { border-color: #412116; }
span { border-color: rgb(65,33,22); }
td.TdClassName
{
border-color: #412116;
}
.TagClassName
{
border-color: #412116;
}
</style>