Shades of Brown Pod #4D1B0C
Tints of Brown Pod #4D1B0C
RGB
CMYK
RGB Variations
Color information
#4D1B0C (or 0x4D1B0C) is known color: Brown Pod. HEX triplet: 4D, 1B and 0C. RGB value is (77,27,12). Sum of RGB (Red+Green+Blue) = 77+27+12=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B0C is #B2E4F3. Grayscale: #282828. Windows color (decimal): -11724020 or 793421. OLE color: 793421.
HSL color Cylindrical-coordinate representation of color #4D1B0C: hue angle of 13.85º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1B0C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 12 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.70 |
| HSL | 13.85º | 0.73% | 0.17% | - |
| HSV(B) | 13.85º | 0.84% | 0.3% | - |
| XYZ | 3.52 | 2.39 | 0.62 | - |
| YUV | 40.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 12 | 0 | 0.65 | 0.84 | 0.70 | 13.85 | 0.73 | 0.17 |
| Hex | 4D | 1B | C | 0 | 41 | 54 | 46 | E | 49 | 11 |
| Octal | 115 | 33 | 14 | 0 | 101 | 124 | 106 | 16 | 111 | 21 |
| Binary | 1001101 | 11011 | 1100 | 0 | 1000001 | 1010100 | 1000110 | 1110 | 1001001 | 10001 |
Color Harmonies of #4D1B0C
Complementary color
Monochromatic Colors of #4D1B0C
Black with #4D1B0C
Text Example
Text Example
White with #4D1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B0C; }
p { color: rgb(77,27,12); }
H1.HeaderClassName
{
color: #4D1B0C;
}
.AnyTagClassName
{
color: #4D1B0C;
}
</style>
background-color css
<style>
a { background-color: #4D1B0C; }
a { background-color: rgb(77,27,12); }
div.DivClassName
{
background-color: #4D1B0C;
}
.BgClassName
{
background-color: #4D1B0C;
}
</style>
border-color css
<style>
span { border-color: #4D1B0C; }
span { border-color: rgb(77,27,12); }
td.TdClassName
{
border-color: #4D1B0C;
}
.TagClassName
{
border-color: #4D1B0C;
}
</style>