Shades of Brown Pod #411904
Tints of Brown Pod #411904
RGB
CMYK
RGB Variations
Color information
#411904 (or 0x411904) is known color: Brown Pod. HEX triplet: 41, 19 and 04. RGB value is (65,25,4). Sum of RGB (Red+Green+Blue) = 65+25+4=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411904 is #BEE6FB. Grayscale: #222222. Windows color (decimal): -12510972 or 268609. OLE color: 268609.
HSL color Cylindrical-coordinate representation of color #411904: hue angle of 20.66º 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 #411904 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 4 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.75 |
| HSL | 20.66º | 0.88% | 0.14% | - |
| HSV(B) | 20.66º | 0.94% | 0.25% | - |
| XYZ | 2.55 | 1.83 | 0.33 | - |
| YUV | 34.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 4 | 0 | 0.62 | 0.94 | 0.75 | 20.66 | 0.88 | 0.14 |
| Hex | 41 | 19 | 4 | 0 | 3E | 5E | 4B | 15 | 58 | E |
| Octal | 101 | 31 | 4 | 0 | 76 | 136 | 113 | 25 | 130 | 16 |
| Binary | 1000001 | 11001 | 100 | 0 | 111110 | 1011110 | 1001011 | 10101 | 1011000 | 1110 |
Color Harmonies of #411904
Complementary color
Monochromatic Colors of #411904
Black with #411904
Text Example
Text Example
White with #411904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411904; }
p { color: rgb(65,25,4); }
H1.HeaderClassName
{
color: #411904;
}
.AnyTagClassName
{
color: #411904;
}
</style>
background-color css
<style>
a { background-color: #411904; }
a { background-color: rgb(65,25,4); }
div.DivClassName
{
background-color: #411904;
}
.BgClassName
{
background-color: #411904;
}
</style>
border-color css
<style>
span { border-color: #411904; }
span { border-color: rgb(65,25,4); }
td.TdClassName
{
border-color: #411904;
}
.TagClassName
{
border-color: #411904;
}
</style>