Shades of Brown Pod #411D07
Tints of Brown Pod #411D07
RGB
CMYK
RGB Variations
Color information
#411D07 (or 0x411D07) is known color: Brown Pod. HEX triplet: 41, 1D and 07. RGB value is (65,29,7). Sum of RGB (Red+Green+Blue) = 65+29+7=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D07 is #BEE2F8. Grayscale: #252525. Windows color (decimal): -12509945 or 466241. OLE color: 466241.
HSL color Cylindrical-coordinate representation of color #411D07: hue angle of 22.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411D07 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 7 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.75 |
| HSL | 22.76º | 0.81% | 0.14% | - |
| HSV(B) | 22.76º | 0.89% | 0.25% | - |
| XYZ | 2.66 | 2.02 | 0.45 | - |
| YUV | 37.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 7 | 0 | 0.55 | 0.89 | 0.75 | 22.76 | 0.81 | 0.14 |
| Hex | 41 | 1D | 7 | 0 | 37 | 59 | 4B | 17 | 51 | E |
| Octal | 101 | 35 | 7 | 0 | 67 | 131 | 113 | 27 | 121 | 16 |
| Binary | 1000001 | 11101 | 111 | 0 | 110111 | 1011001 | 1001011 | 10111 | 1010001 | 1110 |
Color Harmonies of #411D07
Complementary color
Monochromatic Colors of #411D07
Black with #411D07
Text Example
Text Example
White with #411D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D07; }
p { color: rgb(65,29,7); }
H1.HeaderClassName
{
color: #411D07;
}
.AnyTagClassName
{
color: #411D07;
}
</style>
background-color css
<style>
a { background-color: #411D07; }
a { background-color: rgb(65,29,7); }
div.DivClassName
{
background-color: #411D07;
}
.BgClassName
{
background-color: #411D07;
}
</style>
border-color css
<style>
span { border-color: #411D07; }
span { border-color: rgb(65,29,7); }
td.TdClassName
{
border-color: #411D07;
}
.TagClassName
{
border-color: #411D07;
}
</style>