Shades of Brown Pod #491B08
Tints of Brown Pod #491B08
RGB
CMYK
RGB Variations
Color information
#491B08 (or 0x491B08) is known color: Brown Pod. HEX triplet: 49, 1B and 08. RGB value is (73,27,8). Sum of RGB (Red+Green+Blue) = 73+27+8=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B08 is #B6E4F7. Grayscale: #262626. Windows color (decimal): -11986168 or 531273. OLE color: 531273.
HSL color Cylindrical-coordinate representation of color #491B08: hue angle of 17.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491B08 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 8 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.71 |
| HSL | 17.54º | 0.8% | 0.16% | - |
| HSV(B) | 17.54º | 0.89% | 0.29% | - |
| XYZ | 3.18 | 2.22 | 0.49 | - |
| YUV | 38.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 8 | 0 | 0.63 | 0.89 | 0.71 | 17.54 | 0.8 | 0.16 |
| Hex | 49 | 1B | 8 | 0 | 3F | 59 | 47 | 12 | 50 | 10 |
| Octal | 111 | 33 | 10 | 0 | 77 | 131 | 107 | 22 | 120 | 20 |
| Binary | 1001001 | 11011 | 1000 | 0 | 111111 | 1011001 | 1000111 | 10010 | 1010000 | 10000 |
Color Harmonies of #491B08
Complementary color
Monochromatic Colors of #491B08
Black with #491B08
Text Example
Text Example
White with #491B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B08; }
p { color: rgb(73,27,8); }
H1.HeaderClassName
{
color: #491B08;
}
.AnyTagClassName
{
color: #491B08;
}
</style>
background-color css
<style>
a { background-color: #491B08; }
a { background-color: rgb(73,27,8); }
div.DivClassName
{
background-color: #491B08;
}
.BgClassName
{
background-color: #491B08;
}
</style>
border-color css
<style>
span { border-color: #491B08; }
span { border-color: rgb(73,27,8); }
td.TdClassName
{
border-color: #491B08;
}
.TagClassName
{
border-color: #491B08;
}
</style>