Shades of Brown Pod #491A0C
Tints of Brown Pod #491A0C
RGB
CMYK
RGB Variations
Color information
#491A0C (or 0x491A0C) is known color: Brown Pod. HEX triplet: 49, 1A and 0C. RGB value is (73,26,12). Sum of RGB (Red+Green+Blue) = 73+26+12=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A0C is #B6E5F3. Grayscale: #262626. Windows color (decimal): -11986420 or 793161. OLE color: 793161.
HSL color Cylindrical-coordinate representation of color #491A0C: hue angle of 13.77º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491A0C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 12 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.71 |
| HSL | 13.77º | 0.72% | 0.17% | - |
| HSV(B) | 13.77º | 0.84% | 0.29% | - |
| XYZ | 3.18 | 2.18 | 0.6 | - |
| YUV | 38.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 12 | 0 | 0.64 | 0.84 | 0.71 | 13.77 | 0.72 | 0.17 |
| Hex | 49 | 1A | C | 0 | 40 | 54 | 47 | E | 48 | 11 |
| Octal | 111 | 32 | 14 | 0 | 100 | 124 | 107 | 16 | 110 | 21 |
| Binary | 1001001 | 11010 | 1100 | 0 | 1000000 | 1010100 | 1000111 | 1110 | 1001000 | 10001 |
Color Harmonies of #491A0C
Complementary color
Monochromatic Colors of #491A0C
Black with #491A0C
Text Example
Text Example
White with #491A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A0C; }
p { color: rgb(73,26,12); }
H1.HeaderClassName
{
color: #491A0C;
}
.AnyTagClassName
{
color: #491A0C;
}
</style>
background-color css
<style>
a { background-color: #491A0C; }
a { background-color: rgb(73,26,12); }
div.DivClassName
{
background-color: #491A0C;
}
.BgClassName
{
background-color: #491A0C;
}
</style>
border-color css
<style>
span { border-color: #491A0C; }
span { border-color: rgb(73,26,12); }
td.TdClassName
{
border-color: #491A0C;
}
.TagClassName
{
border-color: #491A0C;
}
</style>