Shades of Brown Pod #491B06
Tints of Brown Pod #491B06
RGB
CMYK
RGB Variations
Color information
#491B06 (or 0x491B06) is known color: Brown Pod. HEX triplet: 49, 1B and 06. RGB value is (73,27,6). Sum of RGB (Red+Green+Blue) = 73+27+6=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #491B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B06 is #B6E4F9. Grayscale: #262626. Windows color (decimal): -11986170 or 400201. OLE color: 400201.
HSL color Cylindrical-coordinate representation of color #491B06: hue angle of 18.81º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #491B06 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 6 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.71 |
| HSL | 18.81º | 0.85% | 0.15% | - |
| HSV(B) | 18.81º | 0.92% | 0.29% | - |
| XYZ | 3.17 | 2.21 | 0.43 | - |
| YUV | 38.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 6 | 0 | 0.63 | 0.92 | 0.71 | 18.81 | 0.85 | 0.15 |
| Hex | 49 | 1B | 6 | 0 | 3F | 5C | 47 | 13 | 55 | F |
| Octal | 111 | 33 | 6 | 0 | 77 | 134 | 107 | 23 | 125 | 17 |
| Binary | 1001001 | 11011 | 110 | 0 | 111111 | 1011100 | 1000111 | 10011 | 1010101 | 1111 |
Color Harmonies of #491B06
Complementary color
Monochromatic Colors of #491B06
Black with #491B06
Text Example
Text Example
White with #491B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B06; }
p { color: rgb(73,27,6); }
H1.HeaderClassName
{
color: #491B06;
}
.AnyTagClassName
{
color: #491B06;
}
</style>
background-color css
<style>
a { background-color: #491B06; }
a { background-color: rgb(73,27,6); }
div.DivClassName
{
background-color: #491B06;
}
.BgClassName
{
background-color: #491B06;
}
</style>
border-color css
<style>
span { border-color: #491B06; }
span { border-color: rgb(73,27,6); }
td.TdClassName
{
border-color: #491B06;
}
.TagClassName
{
border-color: #491B06;
}
</style>