Shades of Brown Pod #4D1503
Tints of Brown Pod #4D1503
RGB
CMYK
RGB Variations
Color information
#4D1503 (or 0x4D1503) is known color: Brown Pod. HEX triplet: 4D, 15 and 03. RGB value is (77,21,3). Sum of RGB (Red+Green+Blue) = 77+21+3=101 (13% of max value = 765). Red value is 77 (30.47% from 255 or 76.24% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1503 is #B2EAFC. Grayscale: #232323. Windows color (decimal): -11725565 or 202061. OLE color: 202061.
HSL color Cylindrical-coordinate representation of color #4D1503: hue angle of 14.59º 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 #4D1503 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 3 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.70 |
| HSL | 14.59º | 0.93% | 0.16% | - |
| HSV(B) | 14.59º | 0.96% | 0.3% | - |
| XYZ | 3.35 | 2.12 | 0.32 | - |
| YUV | 35.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 3 | 0 | 0.73 | 0.96 | 0.70 | 14.59 | 0.93 | 0.16 |
| Hex | 4D | 15 | 3 | 0 | 49 | 60 | 46 | F | 5C | 10 |
| Octal | 115 | 25 | 3 | 0 | 111 | 140 | 106 | 17 | 134 | 20 |
| Binary | 1001101 | 10101 | 11 | 0 | 1001001 | 1100000 | 1000110 | 1111 | 1011100 | 10000 |
Color Harmonies of #4D1503
Complementary color
Monochromatic Colors of #4D1503
Black with #4D1503
Text Example
Text Example
White with #4D1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1503; }
p { color: rgb(77,21,3); }
H1.HeaderClassName
{
color: #4D1503;
}
.AnyTagClassName
{
color: #4D1503;
}
</style>
background-color css
<style>
a { background-color: #4D1503; }
a { background-color: rgb(77,21,3); }
div.DivClassName
{
background-color: #4D1503;
}
.BgClassName
{
background-color: #4D1503;
}
</style>
border-color css
<style>
span { border-color: #4D1503; }
span { border-color: rgb(77,21,3); }
td.TdClassName
{
border-color: #4D1503;
}
.TagClassName
{
border-color: #4D1503;
}
</style>