Shades of Brown Pod #411F04
Tints of Brown Pod #411F04
RGB
CMYK
RGB Variations
Color information
#411F04 (or 0x411F04) is known color: Brown Pod. HEX triplet: 41, 1F and 04. RGB value is (65,31,4). Sum of RGB (Red+Green+Blue) = 65+31+4=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #411F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F04 is #BEE0FB. Grayscale: #262626. Windows color (decimal): -12509436 or 270145. OLE color: 270145.
HSL color Cylindrical-coordinate representation of color #411F04: hue angle of 26.56º 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 #411F04 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 4 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.75 |
| HSL | 26.56º | 0.88% | 0.14% | - |
| HSV(B) | 26.56º | 0.94% | 0.25% | - |
| XYZ | 2.69 | 2.11 | 0.38 | - |
| YUV | 38.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 4 | 0 | 0.52 | 0.94 | 0.75 | 26.56 | 0.88 | 0.14 |
| Hex | 41 | 1F | 4 | 0 | 34 | 5E | 4B | 1B | 58 | E |
| Octal | 101 | 37 | 4 | 0 | 64 | 136 | 113 | 33 | 130 | 16 |
| Binary | 1000001 | 11111 | 100 | 0 | 110100 | 1011110 | 1001011 | 11011 | 1011000 | 1110 |
Color Harmonies of #411F04
Complementary color
Monochromatic Colors of #411F04
Black with #411F04
Text Example
Text Example
White with #411F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F04; }
p { color: rgb(65,31,4); }
H1.HeaderClassName
{
color: #411F04;
}
.AnyTagClassName
{
color: #411F04;
}
</style>
background-color css
<style>
a { background-color: #411F04; }
a { background-color: rgb(65,31,4); }
div.DivClassName
{
background-color: #411F04;
}
.BgClassName
{
background-color: #411F04;
}
</style>
border-color css
<style>
span { border-color: #411F04; }
span { border-color: rgb(65,31,4); }
td.TdClassName
{
border-color: #411F04;
}
.TagClassName
{
border-color: #411F04;
}
</style>