Shades of Brown Pod #4D1203
Tints of Brown Pod #4D1203
RGB
CMYK
RGB Variations
Color information
#4D1203 (or 0x4D1203) is known color: Brown Pod. HEX triplet: 4D, 12 and 03. RGB value is (77,18,3). Sum of RGB (Red+Green+Blue) = 77+18+3=98 (12% of max value = 765). Red value is 77 (30.47% from 255 or 78.57% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1203 is #B2EDFC. Grayscale: #222222. Windows color (decimal): -11726333 or 201293. OLE color: 201293.
HSL color Cylindrical-coordinate representation of color #4D1203: hue angle of 12.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D1203 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 3 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.70 |
| HSL | 12.16º | 0.93% | 0.16% | - |
| HSV(B) | 12.16º | 0.96% | 0.3% | - |
| XYZ | 3.29 | 2.02 | 0.3 | - |
| YUV | 33.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 3 | 0 | 0.77 | 0.96 | 0.70 | 12.16 | 0.93 | 0.16 |
| Hex | 4D | 12 | 3 | 0 | 4D | 60 | 46 | C | 5C | 10 |
| Octal | 115 | 22 | 3 | 0 | 115 | 140 | 106 | 14 | 134 | 20 |
| Binary | 1001101 | 10010 | 11 | 0 | 1001101 | 1100000 | 1000110 | 1100 | 1011100 | 10000 |
Color Harmonies of #4D1203
Complementary color
Monochromatic Colors of #4D1203
Black with #4D1203
Text Example
Text Example
White with #4D1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1203; }
p { color: rgb(77,18,3); }
H1.HeaderClassName
{
color: #4D1203;
}
.AnyTagClassName
{
color: #4D1203;
}
</style>
background-color css
<style>
a { background-color: #4D1203; }
a { background-color: rgb(77,18,3); }
div.DivClassName
{
background-color: #4D1203;
}
.BgClassName
{
background-color: #4D1203;
}
</style>
border-color css
<style>
span { border-color: #4D1203; }
span { border-color: rgb(77,18,3); }
td.TdClassName
{
border-color: #4D1203;
}
.TagClassName
{
border-color: #4D1203;
}
</style>