Shades of Brown Pod #411E17
Tints of Brown Pod #411E17
RGB
CMYK
RGB Variations
Color information
#411E17 (or 0x411E17) is known color: Brown Pod. HEX triplet: 41, 1E and 17. RGB value is (65,30,23). Sum of RGB (Red+Green+Blue) = 65+30+23=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E17 is #BEE1E8. Grayscale: #272727. Windows color (decimal): -12509673 or 1515073. OLE color: 1515073.
HSL color Cylindrical-coordinate representation of color #411E17: hue angle of 10º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411E17 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 23 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.75 |
| HSL | 10º | 0.48% | 0.17% | - |
| HSV(B) | 10º | 0.65% | 0.25% | - |
| XYZ | 2.8 | 2.11 | 1.07 | - |
| YUV | 39.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 23 | 0 | 0.54 | 0.65 | 0.75 | 10 | 0.48 | 0.17 |
| Hex | 41 | 1E | 17 | 0 | 36 | 41 | 4B | A | 30 | 11 |
| Octal | 101 | 36 | 27 | 0 | 66 | 101 | 113 | 12 | 60 | 21 |
| Binary | 1000001 | 11110 | 10111 | 0 | 110110 | 1000001 | 1001011 | 1010 | 110000 | 10001 |
Color Harmonies of #411E17
Complementary color
Monochromatic Colors of #411E17
Black with #411E17
Text Example
Text Example
White with #411E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E17; }
p { color: rgb(65,30,23); }
H1.HeaderClassName
{
color: #411E17;
}
.AnyTagClassName
{
color: #411E17;
}
</style>
background-color css
<style>
a { background-color: #411E17; }
a { background-color: rgb(65,30,23); }
div.DivClassName
{
background-color: #411E17;
}
.BgClassName
{
background-color: #411E17;
}
</style>
border-color css
<style>
span { border-color: #411E17; }
span { border-color: rgb(65,30,23); }
td.TdClassName
{
border-color: #411E17;
}
.TagClassName
{
border-color: #411E17;
}
</style>