Shades of Brown Pod #491B07
Tints of Brown Pod #491B07
RGB
CMYK
RGB Variations
Color information
#491B07 (or 0x491B07) is known color: Brown Pod. HEX triplet: 49, 1B and 07. RGB value is (73,27,7). Sum of RGB (Red+Green+Blue) = 73+27+7=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B07 is #B6E4F8. Grayscale: #262626. Windows color (decimal): -11986169 or 465737. OLE color: 465737.
HSL color Cylindrical-coordinate representation of color #491B07: hue angle of 18.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491B07 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 7 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.71 |
| HSL | 18.18º | 0.83% | 0.16% | - |
| HSV(B) | 18.18º | 0.9% | 0.29% | - |
| XYZ | 3.18 | 2.22 | 0.46 | - |
| YUV | 38.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 7 | 0 | 0.63 | 0.90 | 0.71 | 18.18 | 0.83 | 0.16 |
| Hex | 49 | 1B | 7 | 0 | 3F | 5A | 47 | 12 | 52 | 10 |
| Octal | 111 | 33 | 7 | 0 | 77 | 132 | 107 | 22 | 122 | 20 |
| Binary | 1001001 | 11011 | 111 | 0 | 111111 | 1011010 | 1000111 | 10010 | 1010010 | 10000 |
Color Harmonies of #491B07
Complementary color
Monochromatic Colors of #491B07
Black with #491B07
Text Example
Text Example
White with #491B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B07; }
p { color: rgb(73,27,7); }
H1.HeaderClassName
{
color: #491B07;
}
.AnyTagClassName
{
color: #491B07;
}
</style>
background-color css
<style>
a { background-color: #491B07; }
a { background-color: rgb(73,27,7); }
div.DivClassName
{
background-color: #491B07;
}
.BgClassName
{
background-color: #491B07;
}
</style>
border-color css
<style>
span { border-color: #491B07; }
span { border-color: rgb(73,27,7); }
td.TdClassName
{
border-color: #491B07;
}
.TagClassName
{
border-color: #491B07;
}
</style>