Shades of Brown Pod #411E19
Tints of Brown Pod #411E19
RGB
CMYK
RGB Variations
Color information
#411E19 (or 0x411E19) is known color: Brown Pod. HEX triplet: 41, 1E and 19. RGB value is (65,30,25). Sum of RGB (Red+Green+Blue) = 65+30+25=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E19 is #BEE1E6. Grayscale: #272727. Windows color (decimal): -12509671 or 1646145. OLE color: 1646145.
HSL color Cylindrical-coordinate representation of color #411E19: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411E19 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 25 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.75 |
| HSL | 7.5º | 0.44% | 0.18% | - |
| HSV(B) | 7.5º | 0.62% | 0.25% | - |
| XYZ | 2.82 | 2.12 | 1.18 | - |
| YUV | 39.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 25 | 0 | 0.54 | 0.62 | 0.75 | 7.5 | 0.44 | 0.18 |
| Hex | 41 | 1E | 19 | 0 | 36 | 3E | 4B | 8 | 2C | 12 |
| Octal | 101 | 36 | 31 | 0 | 66 | 76 | 113 | 10 | 54 | 22 |
| Binary | 1000001 | 11110 | 11001 | 0 | 110110 | 111110 | 1001011 | 1000 | 101100 | 10010 |
Color Harmonies of #411E19
Complementary color
Monochromatic Colors of #411E19
Black with #411E19
Text Example
Text Example
White with #411E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E19; }
p { color: rgb(65,30,25); }
H1.HeaderClassName
{
color: #411E19;
}
.AnyTagClassName
{
color: #411E19;
}
</style>
background-color css
<style>
a { background-color: #411E19; }
a { background-color: rgb(65,30,25); }
div.DivClassName
{
background-color: #411E19;
}
.BgClassName
{
background-color: #411E19;
}
</style>
border-color css
<style>
span { border-color: #411E19; }
span { border-color: rgb(65,30,25); }
td.TdClassName
{
border-color: #411E19;
}
.TagClassName
{
border-color: #411E19;
}
</style>