Shades of Brown Pod #491B0A
Tints of Brown Pod #491B0A
RGB
CMYK
RGB Variations
Color information
#491B0A (or 0x491B0A) is known color: Brown Pod. HEX triplet: 49, 1B and 0A. RGB value is (73,27,10). Sum of RGB (Red+Green+Blue) = 73+27+10=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B0A is #B6E4F5. Grayscale: #262626. Windows color (decimal): -11986166 or 662345. OLE color: 662345.
HSL color Cylindrical-coordinate representation of color #491B0A: hue angle of 16.19º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491B0A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 10 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.71 |
| HSL | 16.19º | 0.76% | 0.16% | - |
| HSV(B) | 16.19º | 0.86% | 0.29% | - |
| XYZ | 3.19 | 2.22 | 0.55 | - |
| YUV | 38.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 10 | 0 | 0.63 | 0.86 | 0.71 | 16.19 | 0.76 | 0.16 |
| Hex | 49 | 1B | A | 0 | 3F | 56 | 47 | 10 | 4C | 10 |
| Octal | 111 | 33 | 12 | 0 | 77 | 126 | 107 | 20 | 114 | 20 |
| Binary | 1001001 | 11011 | 1010 | 0 | 111111 | 1010110 | 1000111 | 10000 | 1001100 | 10000 |
Color Harmonies of #491B0A
Complementary color
Monochromatic Colors of #491B0A
Black with #491B0A
Text Example
Text Example
White with #491B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B0A; }
p { color: rgb(73,27,10); }
H1.HeaderClassName
{
color: #491B0A;
}
.AnyTagClassName
{
color: #491B0A;
}
</style>
background-color css
<style>
a { background-color: #491B0A; }
a { background-color: rgb(73,27,10); }
div.DivClassName
{
background-color: #491B0A;
}
.BgClassName
{
background-color: #491B0A;
}
</style>
border-color css
<style>
span { border-color: #491B0A; }
span { border-color: rgb(73,27,10); }
td.TdClassName
{
border-color: #491B0A;
}
.TagClassName
{
border-color: #491B0A;
}
</style>