Shades of Brown Pod #4D190D
Tints of Brown Pod #4D190D
RGB
CMYK
RGB Variations
Color information
#4D190D (or 0x4D190D) is known color: Brown Pod. HEX triplet: 4D, 19 and 0D. RGB value is (77,25,13). Sum of RGB (Red+Green+Blue) = 77+25+13=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D190D is #B2E6F2. Grayscale: #272727. Windows color (decimal): -11724531 or 858445. OLE color: 858445.
HSL color Cylindrical-coordinate representation of color #4D190D: hue angle of 11.25º 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 #4D190D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 13 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.70 |
| HSL | 11.25º | 0.71% | 0.18% | - |
| HSV(B) | 11.25º | 0.83% | 0.3% | - |
| XYZ | 3.48 | 2.3 | 0.64 | - |
| YUV | 39.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 13 | 0 | 0.68 | 0.83 | 0.70 | 11.25 | 0.71 | 0.18 |
| Hex | 4D | 19 | D | 0 | 44 | 53 | 46 | B | 47 | 12 |
| Octal | 115 | 31 | 15 | 0 | 104 | 123 | 106 | 13 | 107 | 22 |
| Binary | 1001101 | 11001 | 1101 | 0 | 1000100 | 1010011 | 1000110 | 1011 | 1000111 | 10010 |
Color Harmonies of #4D190D
Complementary color
Monochromatic Colors of #4D190D
Black with #4D190D
Text Example
Text Example
White with #4D190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D190D; }
p { color: rgb(77,25,13); }
H1.HeaderClassName
{
color: #4D190D;
}
.AnyTagClassName
{
color: #4D190D;
}
</style>
background-color css
<style>
a { background-color: #4D190D; }
a { background-color: rgb(77,25,13); }
div.DivClassName
{
background-color: #4D190D;
}
.BgClassName
{
background-color: #4D190D;
}
</style>
border-color css
<style>
span { border-color: #4D190D; }
span { border-color: rgb(77,25,13); }
td.TdClassName
{
border-color: #4D190D;
}
.TagClassName
{
border-color: #4D190D;
}
</style>