Shades of Brown Pod #491D03
Tints of Brown Pod #491D03
RGB
CMYK
RGB Variations
Color information
#491D03 (or 0x491D03) is known color: Brown Pod. HEX triplet: 49, 1D and 03. RGB value is (73,29,3). Sum of RGB (Red+Green+Blue) = 73+29+3=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D03 is #B6E2FC. Grayscale: #272727. Windows color (decimal): -11985661 or 204105. OLE color: 204105.
HSL color Cylindrical-coordinate representation of color #491D03: hue angle of 22.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #491D03 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 3 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.71 |
| HSL | 22.29º | 0.92% | 0.15% | - |
| HSV(B) | 22.29º | 0.96% | 0.29% | - |
| XYZ | 3.2 | 2.3 | 0.36 | - |
| YUV | 39.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 3 | 0 | 0.60 | 0.96 | 0.71 | 22.29 | 0.92 | 0.15 |
| Hex | 49 | 1D | 3 | 0 | 3C | 60 | 47 | 16 | 5C | F |
| Octal | 111 | 35 | 3 | 0 | 74 | 140 | 107 | 26 | 134 | 17 |
| Binary | 1001001 | 11101 | 11 | 0 | 111100 | 1100000 | 1000111 | 10110 | 1011100 | 1111 |
Color Harmonies of #491D03
Complementary color
Monochromatic Colors of #491D03
Black with #491D03
Text Example
Text Example
White with #491D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D03; }
p { color: rgb(73,29,3); }
H1.HeaderClassName
{
color: #491D03;
}
.AnyTagClassName
{
color: #491D03;
}
</style>
background-color css
<style>
a { background-color: #491D03; }
a { background-color: rgb(73,29,3); }
div.DivClassName
{
background-color: #491D03;
}
.BgClassName
{
background-color: #491D03;
}
</style>
border-color css
<style>
span { border-color: #491D03; }
span { border-color: rgb(73,29,3); }
td.TdClassName
{
border-color: #491D03;
}
.TagClassName
{
border-color: #491D03;
}
</style>