Shades of Brown Pod #491B05
Tints of Brown Pod #491B05
RGB
CMYK
RGB Variations
Color information
#491B05 (or 0x491B05) is known color: Brown Pod. HEX triplet: 49, 1B and 05. RGB value is (73,27,5). Sum of RGB (Red+Green+Blue) = 73+27+5=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B05 is #B6E4FA. Grayscale: #262626. Windows color (decimal): -11986171 or 334665. OLE color: 334665.
HSL color Cylindrical-coordinate representation of color #491B05: hue angle of 19.41º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #491B05 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 5 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.71 |
| HSL | 19.41º | 0.87% | 0.15% | - |
| HSV(B) | 19.41º | 0.93% | 0.29% | - |
| XYZ | 3.17 | 2.21 | 0.4 | - |
| YUV | 38.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 5 | 0 | 0.63 | 0.93 | 0.71 | 19.41 | 0.87 | 0.15 |
| Hex | 49 | 1B | 5 | 0 | 3F | 5D | 47 | 13 | 57 | F |
| Octal | 111 | 33 | 5 | 0 | 77 | 135 | 107 | 23 | 127 | 17 |
| Binary | 1001001 | 11011 | 101 | 0 | 111111 | 1011101 | 1000111 | 10011 | 1010111 | 1111 |
Color Harmonies of #491B05
Complementary color
Monochromatic Colors of #491B05
Black with #491B05
Text Example
Text Example
White with #491B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B05; }
p { color: rgb(73,27,5); }
H1.HeaderClassName
{
color: #491B05;
}
.AnyTagClassName
{
color: #491B05;
}
</style>
background-color css
<style>
a { background-color: #491B05; }
a { background-color: rgb(73,27,5); }
div.DivClassName
{
background-color: #491B05;
}
.BgClassName
{
background-color: #491B05;
}
</style>
border-color css
<style>
span { border-color: #491B05; }
span { border-color: rgb(73,27,5); }
td.TdClassName
{
border-color: #491B05;
}
.TagClassName
{
border-color: #491B05;
}
</style>