Shades of Brown Pod #411B06
Tints of Brown Pod #411B06
RGB
CMYK
RGB Variations
Color information
#411B06 (or 0x411B06) is known color: Brown Pod. HEX triplet: 41, 1B and 06. RGB value is (65,27,6). Sum of RGB (Red+Green+Blue) = 65+27+6=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B06 is #BEE4F9. Grayscale: #242424. Windows color (decimal): -12510458 or 400193. OLE color: 400193.
HSL color Cylindrical-coordinate representation of color #411B06: hue angle of 21.36º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #411B06 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 6 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.75 |
| HSL | 21.36º | 0.83% | 0.14% | - |
| HSV(B) | 21.36º | 0.91% | 0.25% | - |
| XYZ | 2.6 | 1.92 | 0.41 | - |
| YUV | 35.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 6 | 0 | 0.58 | 0.91 | 0.75 | 21.36 | 0.83 | 0.14 |
| Hex | 41 | 1B | 6 | 0 | 3A | 5B | 4B | 15 | 53 | E |
| Octal | 101 | 33 | 6 | 0 | 72 | 133 | 113 | 25 | 123 | 16 |
| Binary | 1000001 | 11011 | 110 | 0 | 111010 | 1011011 | 1001011 | 10101 | 1010011 | 1110 |
Color Harmonies of #411B06
Complementary color
Monochromatic Colors of #411B06
Black with #411B06
Text Example
Text Example
White with #411B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B06; }
p { color: rgb(65,27,6); }
H1.HeaderClassName
{
color: #411B06;
}
.AnyTagClassName
{
color: #411B06;
}
</style>
background-color css
<style>
a { background-color: #411B06; }
a { background-color: rgb(65,27,6); }
div.DivClassName
{
background-color: #411B06;
}
.BgClassName
{
background-color: #411B06;
}
</style>
border-color css
<style>
span { border-color: #411B06; }
span { border-color: rgb(65,27,6); }
td.TdClassName
{
border-color: #411B06;
}
.TagClassName
{
border-color: #411B06;
}
</style>