Shades of Brown Pod #4D1B0D
Tints of Brown Pod #4D1B0D
RGB
CMYK
RGB Variations
Color information
#4D1B0D (or 0x4D1B0D) is known color: Brown Pod. HEX triplet: 4D, 1B and 0D. RGB value is (77,27,13). Sum of RGB (Red+Green+Blue) = 77+27+13=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B0D is #B2E4F2. Grayscale: #282828. Windows color (decimal): -11724019 or 858957. OLE color: 858957.
HSL color Cylindrical-coordinate representation of color #4D1B0D: hue angle of 13.12º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1B0D is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 13 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.70 |
| HSL | 13.13º | 0.71% | 0.18% | - |
| HSV(B) | 13.13º | 0.83% | 0.3% | - |
| XYZ | 3.53 | 2.39 | 0.66 | - |
| YUV | 40.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 13 | 0 | 0.65 | 0.83 | 0.70 | 13.13 | 0.71 | 0.18 |
| Hex | 4D | 1B | D | 0 | 41 | 53 | 46 | D | 47 | 12 |
| Octal | 115 | 33 | 15 | 0 | 101 | 123 | 106 | 15 | 107 | 22 |
| Binary | 1001101 | 11011 | 1101 | 0 | 1000001 | 1010011 | 1000110 | 1101 | 1000111 | 10010 |
Color Harmonies of #4D1B0D
Complementary color
Monochromatic Colors of #4D1B0D
Black with #4D1B0D
Text Example
Text Example
White with #4D1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B0D; }
p { color: rgb(77,27,13); }
H1.HeaderClassName
{
color: #4D1B0D;
}
.AnyTagClassName
{
color: #4D1B0D;
}
</style>
background-color css
<style>
a { background-color: #4D1B0D; }
a { background-color: rgb(77,27,13); }
div.DivClassName
{
background-color: #4D1B0D;
}
.BgClassName
{
background-color: #4D1B0D;
}
</style>
border-color css
<style>
span { border-color: #4D1B0D; }
span { border-color: rgb(77,27,13); }
td.TdClassName
{
border-color: #4D1B0D;
}
.TagClassName
{
border-color: #4D1B0D;
}
</style>