Shades of Brown Pod #411E04
Tints of Brown Pod #411E04
RGB
CMYK
RGB Variations
Color information
#411E04 (or 0x411E04) is known color: Brown Pod. HEX triplet: 41, 1E and 04. RGB value is (65,30,4). Sum of RGB (Red+Green+Blue) = 65+30+4=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E04 is #BEE1FB. Grayscale: #252525. Windows color (decimal): -12509692 or 269889. OLE color: 269889.
HSL color Cylindrical-coordinate representation of color #411E04: hue angle of 25.57º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #411E04 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 4 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.75 |
| HSL | 25.57º | 0.88% | 0.14% | - |
| HSV(B) | 25.57º | 0.94% | 0.25% | - |
| XYZ | 2.67 | 2.06 | 0.37 | - |
| YUV | 37.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 4 | 0 | 0.54 | 0.94 | 0.75 | 25.57 | 0.88 | 0.14 |
| Hex | 41 | 1E | 4 | 0 | 36 | 5E | 4B | 1A | 58 | E |
| Octal | 101 | 36 | 4 | 0 | 66 | 136 | 113 | 32 | 130 | 16 |
| Binary | 1000001 | 11110 | 100 | 0 | 110110 | 1011110 | 1001011 | 11010 | 1011000 | 1110 |
Color Harmonies of #411E04
Complementary color
Monochromatic Colors of #411E04
Black with #411E04
Text Example
Text Example
White with #411E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E04; }
p { color: rgb(65,30,4); }
H1.HeaderClassName
{
color: #411E04;
}
.AnyTagClassName
{
color: #411E04;
}
</style>
background-color css
<style>
a { background-color: #411E04; }
a { background-color: rgb(65,30,4); }
div.DivClassName
{
background-color: #411E04;
}
.BgClassName
{
background-color: #411E04;
}
</style>
border-color css
<style>
span { border-color: #411E04; }
span { border-color: rgb(65,30,4); }
td.TdClassName
{
border-color: #411E04;
}
.TagClassName
{
border-color: #411E04;
}
</style>