Shades of Brown Pod #491504
Tints of Brown Pod #491504
RGB
CMYK
RGB Variations
Color information
#491504 (or 0x491504) is known color: Brown Pod. HEX triplet: 49, 15 and 04. RGB value is (73,21,4). Sum of RGB (Red+Green+Blue) = 73+21+4=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491504 is #B6EAFB. Grayscale: #222222. Windows color (decimal): -11987708 or 267593. OLE color: 267593.
HSL color Cylindrical-coordinate representation of color #491504: hue angle of 14.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #491504 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 4 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.71 |
| HSL | 14.78º | 0.9% | 0.15% | - |
| HSV(B) | 14.78º | 0.95% | 0.29% | - |
| XYZ | 3.04 | 1.96 | 0.33 | - |
| YUV | 34.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 4 | 0 | 0.71 | 0.95 | 0.71 | 14.78 | 0.9 | 0.15 |
| Hex | 49 | 15 | 4 | 0 | 47 | 5F | 47 | F | 5A | F |
| Octal | 111 | 25 | 4 | 0 | 107 | 137 | 107 | 17 | 132 | 17 |
| Binary | 1001001 | 10101 | 100 | 0 | 1000111 | 1011111 | 1000111 | 1111 | 1011010 | 1111 |
Color Harmonies of #491504
Complementary color
Monochromatic Colors of #491504
Black with #491504
Text Example
Text Example
White with #491504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491504; }
p { color: rgb(73,21,4); }
H1.HeaderClassName
{
color: #491504;
}
.AnyTagClassName
{
color: #491504;
}
</style>
background-color css
<style>
a { background-color: #491504; }
a { background-color: rgb(73,21,4); }
div.DivClassName
{
background-color: #491504;
}
.BgClassName
{
background-color: #491504;
}
</style>
border-color css
<style>
span { border-color: #491504; }
span { border-color: rgb(73,21,4); }
td.TdClassName
{
border-color: #491504;
}
.TagClassName
{
border-color: #491504;
}
</style>