Shades of Brown Pod #411B0B
Tints of Brown Pod #411B0B
RGB
CMYK
RGB Variations
Color information
#411B0B (or 0x411B0B) is known color: Brown Pod. HEX triplet: 41, 1B and 0B. RGB value is (65,27,11). Sum of RGB (Red+Green+Blue) = 65+27+11=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0B is #BEE4F4. Grayscale: #242424. Windows color (decimal): -12510453 or 727873. OLE color: 727873.
HSL color Cylindrical-coordinate representation of color #411B0B: hue angle of 17.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411B0B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 11 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.75 |
| HSL | 17.78º | 0.71% | 0.15% | - |
| HSV(B) | 17.78º | 0.83% | 0.25% | - |
| XYZ | 2.63 | 1.93 | 0.55 | - |
| YUV | 36.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 11 | 0 | 0.58 | 0.83 | 0.75 | 17.78 | 0.71 | 0.15 |
| Hex | 41 | 1B | B | 0 | 3A | 53 | 4B | 12 | 47 | F |
| Octal | 101 | 33 | 13 | 0 | 72 | 123 | 113 | 22 | 107 | 17 |
| Binary | 1000001 | 11011 | 1011 | 0 | 111010 | 1010011 | 1001011 | 10010 | 1000111 | 1111 |
Color Harmonies of #411B0B
Complementary color
Monochromatic Colors of #411B0B
Black with #411B0B
Text Example
Text Example
White with #411B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B0B; }
p { color: rgb(65,27,11); }
H1.HeaderClassName
{
color: #411B0B;
}
.AnyTagClassName
{
color: #411B0B;
}
</style>
background-color css
<style>
a { background-color: #411B0B; }
a { background-color: rgb(65,27,11); }
div.DivClassName
{
background-color: #411B0B;
}
.BgClassName
{
background-color: #411B0B;
}
</style>
border-color css
<style>
span { border-color: #411B0B; }
span { border-color: rgb(65,27,11); }
td.TdClassName
{
border-color: #411B0B;
}
.TagClassName
{
border-color: #411B0B;
}
</style>