Shades of Brown Pod #4D1A0D
Tints of Brown Pod #4D1A0D
RGB
CMYK
RGB Variations
Color information
#4D1A0D (or 0x4D1A0D) is known color: Brown Pod. HEX triplet: 4D, 1A and 0D. RGB value is (77,26,13). Sum of RGB (Red+Green+Blue) = 77+26+13=116 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.38% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1A0D is #B2E5F2. Grayscale: #272727. Windows color (decimal): -11724275 or 858701. OLE color: 858701.
HSL color Cylindrical-coordinate representation of color #4D1A0D: hue angle of 12.19º 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 #4D1A0D is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 13 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.70 |
| HSL | 12.19º | 0.71% | 0.18% | - |
| HSV(B) | 12.19º | 0.83% | 0.3% | - |
| XYZ | 3.5 | 2.35 | 0.65 | - |
| YUV | 39.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 13 | 0 | 0.66 | 0.83 | 0.70 | 12.19 | 0.71 | 0.18 |
| Hex | 4D | 1A | D | 0 | 42 | 53 | 46 | C | 47 | 12 |
| Octal | 115 | 32 | 15 | 0 | 102 | 123 | 106 | 14 | 107 | 22 |
| Binary | 1001101 | 11010 | 1101 | 0 | 1000010 | 1010011 | 1000110 | 1100 | 1000111 | 10010 |
Color Harmonies of #4D1A0D
Complementary color
Monochromatic Colors of #4D1A0D
Black with #4D1A0D
Text Example
Text Example
White with #4D1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A0D; }
p { color: rgb(77,26,13); }
H1.HeaderClassName
{
color: #4D1A0D;
}
.AnyTagClassName
{
color: #4D1A0D;
}
</style>
background-color css
<style>
a { background-color: #4D1A0D; }
a { background-color: rgb(77,26,13); }
div.DivClassName
{
background-color: #4D1A0D;
}
.BgClassName
{
background-color: #4D1A0D;
}
</style>
border-color css
<style>
span { border-color: #4D1A0D; }
span { border-color: rgb(77,26,13); }
td.TdClassName
{
border-color: #4D1A0D;
}
.TagClassName
{
border-color: #4D1A0D;
}
</style>