Shades of Brown Pod #411900
Tints of Brown Pod #411900
RGB
CMYK
RGB Variations
Color information
#411900 (or 0x411900) is known color: Brown Pod. HEX triplet: 41, 19 and 00. RGB value is (65,25,0). Sum of RGB (Red+Green+Blue) = 65+25+0=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411900 is #BEE6FF. Grayscale: #222222. Windows color (decimal): -12510976 or 6465. OLE color: 6465.
HSL color Cylindrical-coordinate representation of color #411900: hue angle of 23.08º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #411900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.75 |
| HSL | 23.08º | 1% | 0.13% | - |
| HSV(B) | 23.08º | 1% | 0.25% | - |
| XYZ | 2.53 | 1.82 | 0.22 | - |
| YUV | 34.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 0 | 0 | 0.62 | 1 | 0.75 | 23.08 | 1 | 0.13 |
| Hex | 41 | 19 | 0 | 0 | 3E | 64 | 4B | 17 | 64 | D |
| Octal | 101 | 31 | 0 | 0 | 76 | 144 | 113 | 27 | 144 | 15 |
| Binary | 1000001 | 11001 | 0 | 0 | 111110 | 1100100 | 1001011 | 10111 | 1100100 | 1101 |
Color Harmonies of #411900
Complementary color
Monochromatic Colors of #411900
Black with #411900
Text Example
Text Example
White with #411900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411900; }
p { color: rgb(65,25,0); }
H1.HeaderClassName
{
color: #411900;
}
.AnyTagClassName
{
color: #411900;
}
</style>
background-color css
<style>
a { background-color: #411900; }
a { background-color: rgb(65,25,0); }
div.DivClassName
{
background-color: #411900;
}
.BgClassName
{
background-color: #411900;
}
</style>
border-color css
<style>
span { border-color: #411900; }
span { border-color: rgb(65,25,0); }
td.TdClassName
{
border-color: #411900;
}
.TagClassName
{
border-color: #411900;
}
</style>