Shades of Brown Pod #411E09
Tints of Brown Pod #411E09
RGB
CMYK
RGB Variations
Color information
#411E09 (or 0x411E09) is known color: Brown Pod. HEX triplet: 41, 1E and 09. RGB value is (65,30,9). Sum of RGB (Red+Green+Blue) = 65+30+9=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E09 is #BEE1F6. Grayscale: #262626. Windows color (decimal): -12509687 or 597569. OLE color: 597569.
HSL color Cylindrical-coordinate representation of color #411E09: hue angle of 22.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411E09 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 9 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.75 |
| HSL | 22.5º | 0.76% | 0.15% | - |
| HSV(B) | 22.5º | 0.86% | 0.25% | - |
| XYZ | 2.69 | 2.07 | 0.52 | - |
| YUV | 38.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 9 | 0 | 0.54 | 0.86 | 0.75 | 22.5 | 0.76 | 0.15 |
| Hex | 41 | 1E | 9 | 0 | 36 | 56 | 4B | 16 | 4C | F |
| Octal | 101 | 36 | 11 | 0 | 66 | 126 | 113 | 26 | 114 | 17 |
| Binary | 1000001 | 11110 | 1001 | 0 | 110110 | 1010110 | 1001011 | 10110 | 1001100 | 1111 |
Color Harmonies of #411E09
Complementary color
Monochromatic Colors of #411E09
Black with #411E09
Text Example
Text Example
White with #411E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E09; }
p { color: rgb(65,30,9); }
H1.HeaderClassName
{
color: #411E09;
}
.AnyTagClassName
{
color: #411E09;
}
</style>
background-color css
<style>
a { background-color: #411E09; }
a { background-color: rgb(65,30,9); }
div.DivClassName
{
background-color: #411E09;
}
.BgClassName
{
background-color: #411E09;
}
</style>
border-color css
<style>
span { border-color: #411E09; }
span { border-color: rgb(65,30,9); }
td.TdClassName
{
border-color: #411E09;
}
.TagClassName
{
border-color: #411E09;
}
</style>