Shades of Brown Pod #411D05
Tints of Brown Pod #411D05
RGB
CMYK
RGB Variations
Color information
#411D05 (or 0x411D05) is known color: Brown Pod. HEX triplet: 41, 1D and 05. RGB value is (65,29,5). Sum of RGB (Red+Green+Blue) = 65+29+5=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D05 is #BEE2FA. Grayscale: #252525. Windows color (decimal): -12509947 or 335169. OLE color: 335169.
HSL color Cylindrical-coordinate representation of color #411D05: hue angle of 24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #411D05 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 5 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.75 |
| HSL | 24º | 0.86% | 0.14% | - |
| HSV(B) | 24º | 0.92% | 0.25% | - |
| XYZ | 2.65 | 2.01 | 0.39 | - |
| YUV | 37.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 5 | 0 | 0.55 | 0.92 | 0.75 | 24 | 0.86 | 0.14 |
| Hex | 41 | 1D | 5 | 0 | 37 | 5C | 4B | 18 | 56 | E |
| Octal | 101 | 35 | 5 | 0 | 67 | 134 | 113 | 30 | 126 | 16 |
| Binary | 1000001 | 11101 | 101 | 0 | 110111 | 1011100 | 1001011 | 11000 | 1010110 | 1110 |
Color Harmonies of #411D05
Complementary color
Monochromatic Colors of #411D05
Black with #411D05
Text Example
Text Example
White with #411D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D05; }
p { color: rgb(65,29,5); }
H1.HeaderClassName
{
color: #411D05;
}
.AnyTagClassName
{
color: #411D05;
}
</style>
background-color css
<style>
a { background-color: #411D05; }
a { background-color: rgb(65,29,5); }
div.DivClassName
{
background-color: #411D05;
}
.BgClassName
{
background-color: #411D05;
}
</style>
border-color css
<style>
span { border-color: #411D05; }
span { border-color: rgb(65,29,5); }
td.TdClassName
{
border-color: #411D05;
}
.TagClassName
{
border-color: #411D05;
}
</style>