Shades of Brown Pod #411300
Tints of Brown Pod #411300
RGB
CMYK
RGB Variations
Color information
#411300 (or 0x411300) is known color: Brown Pod. HEX triplet: 41, 13 and 00. RGB value is (65,19,0). Sum of RGB (Red+Green+Blue) = 65+19+0=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #411300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411300 is #BEECFF. Grayscale: #1E1E1E. Windows color (decimal): -12512512 or 4929. OLE color: 4929.
HSL color Cylindrical-coordinate representation of color #411300: hue angle of 17.54º 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 #411300 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.75 |
| HSL | 17.54º | 1% | 0.13% | - |
| HSV(B) | 17.54º | 1% | 0.25% | - |
| XYZ | 2.41 | 1.59 | 0.18 | - |
| YUV | 30.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 0 | 0 | 0.71 | 1 | 0.75 | 17.54 | 1 | 0.13 |
| Hex | 41 | 13 | 0 | 0 | 47 | 64 | 4B | 12 | 64 | D |
| Octal | 101 | 23 | 0 | 0 | 107 | 144 | 113 | 22 | 144 | 15 |
| Binary | 1000001 | 10011 | 0 | 0 | 1000111 | 1100100 | 1001011 | 10010 | 1100100 | 1101 |
Color Harmonies of #411300
Complementary color
Monochromatic Colors of #411300
Black with #411300
Text Example
Text Example
White with #411300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411300; }
p { color: rgb(65,19,0); }
H1.HeaderClassName
{
color: #411300;
}
.AnyTagClassName
{
color: #411300;
}
</style>
background-color css
<style>
a { background-color: #411300; }
a { background-color: rgb(65,19,0); }
div.DivClassName
{
background-color: #411300;
}
.BgClassName
{
background-color: #411300;
}
</style>
border-color css
<style>
span { border-color: #411300; }
span { border-color: rgb(65,19,0); }
td.TdClassName
{
border-color: #411300;
}
.TagClassName
{
border-color: #411300;
}
</style>