Shades of Brown Pod #411E14
Tints of Brown Pod #411E14
RGB
CMYK
RGB Variations
Color information
#411E14 (or 0x411E14) is known color: Brown Pod. HEX triplet: 41, 1E and 14. RGB value is (65,30,20). Sum of RGB (Red+Green+Blue) = 65+30+20=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E14 is #BEE1EB. Grayscale: #272727. Windows color (decimal): -12509676 or 1318465. OLE color: 1318465.
HSL color Cylindrical-coordinate representation of color #411E14: hue angle of 13.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411E14 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 20 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.75 |
| HSL | 13.33º | 0.53% | 0.17% | - |
| HSV(B) | 13.33º | 0.69% | 0.25% | - |
| XYZ | 2.77 | 2.1 | 0.92 | - |
| YUV | 39.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 20 | 0 | 0.54 | 0.69 | 0.75 | 13.33 | 0.53 | 0.17 |
| Hex | 41 | 1E | 14 | 0 | 36 | 45 | 4B | D | 35 | 11 |
| Octal | 101 | 36 | 24 | 0 | 66 | 105 | 113 | 15 | 65 | 21 |
| Binary | 1000001 | 11110 | 10100 | 0 | 110110 | 1000101 | 1001011 | 1101 | 110101 | 10001 |
Color Harmonies of #411E14
Complementary color
Monochromatic Colors of #411E14
Black with #411E14
Text Example
Text Example
White with #411E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E14; }
p { color: rgb(65,30,20); }
H1.HeaderClassName
{
color: #411E14;
}
.AnyTagClassName
{
color: #411E14;
}
</style>
background-color css
<style>
a { background-color: #411E14; }
a { background-color: rgb(65,30,20); }
div.DivClassName
{
background-color: #411E14;
}
.BgClassName
{
background-color: #411E14;
}
</style>
border-color css
<style>
span { border-color: #411E14; }
span { border-color: rgb(65,30,20); }
td.TdClassName
{
border-color: #411E14;
}
.TagClassName
{
border-color: #411E14;
}
</style>