Shades of Brown Pod #4D1303
Tints of Brown Pod #4D1303
RGB
CMYK
RGB Variations
Color information
#4D1303 (or 0x4D1303) is known color: Brown Pod. HEX triplet: 4D, 13 and 03. RGB value is (77,19,3). Sum of RGB (Red+Green+Blue) = 77+19+3=99 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77.78% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1303 is #B2ECFC. Grayscale: #222222. Windows color (decimal): -11726077 or 201549. OLE color: 201549.
HSL color Cylindrical-coordinate representation of color #4D1303: hue angle of 12.97º 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 #4D1303 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 3 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.70 |
| HSL | 12.97º | 0.93% | 0.16% | - |
| HSV(B) | 12.97º | 0.96% | 0.3% | - |
| XYZ | 3.31 | 2.05 | 0.31 | - |
| YUV | 34.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 3 | 0 | 0.75 | 0.96 | 0.70 | 12.97 | 0.93 | 0.16 |
| Hex | 4D | 13 | 3 | 0 | 4B | 60 | 46 | D | 5C | 10 |
| Octal | 115 | 23 | 3 | 0 | 113 | 140 | 106 | 15 | 134 | 20 |
| Binary | 1001101 | 10011 | 11 | 0 | 1001011 | 1100000 | 1000110 | 1101 | 1011100 | 10000 |
Color Harmonies of #4D1303
Complementary color
Monochromatic Colors of #4D1303
Black with #4D1303
Text Example
Text Example
White with #4D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1303; }
p { color: rgb(77,19,3); }
H1.HeaderClassName
{
color: #4D1303;
}
.AnyTagClassName
{
color: #4D1303;
}
</style>
background-color css
<style>
a { background-color: #4D1303; }
a { background-color: rgb(77,19,3); }
div.DivClassName
{
background-color: #4D1303;
}
.BgClassName
{
background-color: #4D1303;
}
</style>
border-color css
<style>
span { border-color: #4D1303; }
span { border-color: rgb(77,19,3); }
td.TdClassName
{
border-color: #4D1303;
}
.TagClassName
{
border-color: #4D1303;
}
</style>