Shades of Brown Pod #4D1508
Tints of Brown Pod #4D1508
RGB
CMYK
RGB Variations
Color information
#4D1508 (or 0x4D1508) is known color: Brown Pod. HEX triplet: 4D, 15 and 08. RGB value is (77,21,8). Sum of RGB (Red+Green+Blue) = 77+21+8=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1508 is #B2EAF7. Grayscale: #242424. Windows color (decimal): -11725560 or 529741. OLE color: 529741.
HSL color Cylindrical-coordinate representation of color #4D1508: hue angle of 11.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1508 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 8 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.70 |
| HSL | 11.3º | 0.81% | 0.17% | - |
| HSV(B) | 11.3º | 0.9% | 0.3% | - |
| XYZ | 3.37 | 2.13 | 0.46 | - |
| YUV | 36.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 8 | 0 | 0.73 | 0.90 | 0.70 | 11.3 | 0.81 | 0.17 |
| Hex | 4D | 15 | 8 | 0 | 49 | 5A | 46 | B | 51 | 11 |
| Octal | 115 | 25 | 10 | 0 | 111 | 132 | 106 | 13 | 121 | 21 |
| Binary | 1001101 | 10101 | 1000 | 0 | 1001001 | 1011010 | 1000110 | 1011 | 1010001 | 10001 |
Color Harmonies of #4D1508
Complementary color
Monochromatic Colors of #4D1508
Black with #4D1508
Text Example
Text Example
White with #4D1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1508; }
p { color: rgb(77,21,8); }
H1.HeaderClassName
{
color: #4D1508;
}
.AnyTagClassName
{
color: #4D1508;
}
</style>
background-color css
<style>
a { background-color: #4D1508; }
a { background-color: rgb(77,21,8); }
div.DivClassName
{
background-color: #4D1508;
}
.BgClassName
{
background-color: #4D1508;
}
</style>
border-color css
<style>
span { border-color: #4D1508; }
span { border-color: rgb(77,21,8); }
td.TdClassName
{
border-color: #4D1508;
}
.TagClassName
{
border-color: #4D1508;
}
</style>