Shades of Brown Pod #4D1000
Tints of Brown Pod #4D1000
RGB
CMYK
RGB Variations
Color information
#4D1000 (or 0x4D1000) is known color: Brown Pod. HEX triplet: 4D, 10 and 00. RGB value is (77,16,0). Sum of RGB (Red+Green+Blue) = 77+16+0=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1000 is #B2EFFF. Grayscale: #202020. Windows color (decimal): -11726848 or 4173. OLE color: 4173.
HSL color Cylindrical-coordinate representation of color #4D1000: hue angle of 12.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D1000 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.70 |
| HSL | 12.47º | 1% | 0.15% | - |
| HSV(B) | 12.47º | 1% | 0.3% | - |
| XYZ | 3.25 | 1.95 | 0.2 | - |
| YUV | 32.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 0 | 0 | 0.79 | 1 | 0.70 | 12.47 | 1 | 0.15 |
| Hex | 4D | 10 | 0 | 0 | 4F | 64 | 46 | C | 64 | F |
| Octal | 115 | 20 | 0 | 0 | 117 | 144 | 106 | 14 | 144 | 17 |
| Binary | 1001101 | 10000 | 0 | 0 | 1001111 | 1100100 | 1000110 | 1100 | 1100100 | 1111 |
Color Harmonies of #4D1000
Complementary color
Monochromatic Colors of #4D1000
Black with #4D1000
Text Example
Text Example
White with #4D1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1000; }
p { color: rgb(77,16,0); }
H1.HeaderClassName
{
color: #4D1000;
}
.AnyTagClassName
{
color: #4D1000;
}
</style>
background-color css
<style>
a { background-color: #4D1000; }
a { background-color: rgb(77,16,0); }
div.DivClassName
{
background-color: #4D1000;
}
.BgClassName
{
background-color: #4D1000;
}
</style>
border-color css
<style>
span { border-color: #4D1000; }
span { border-color: rgb(77,16,0); }
td.TdClassName
{
border-color: #4D1000;
}
.TagClassName
{
border-color: #4D1000;
}
</style>