Shades of Brown Pod #4D1703
Tints of Brown Pod #4D1703
RGB
CMYK
RGB Variations
Color information
#4D1703 (or 0x4D1703) is known color: Brown Pod. HEX triplet: 4D, 17 and 03. RGB value is (77,23,3). Sum of RGB (Red+Green+Blue) = 77+23+3=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1703 is #B2E8FC. Grayscale: #242424. Windows color (decimal): -11725053 or 202573. OLE color: 202573.
HSL color Cylindrical-coordinate representation of color #4D1703: hue angle of 16.22º 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 #4D1703 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 3 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.70 |
| HSL | 16.22º | 0.93% | 0.16% | - |
| HSV(B) | 16.22º | 0.96% | 0.3% | - |
| XYZ | 3.38 | 2.2 | 0.33 | - |
| YUV | 36.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 3 | 0 | 0.70 | 0.96 | 0.70 | 16.22 | 0.93 | 0.16 |
| Hex | 4D | 17 | 3 | 0 | 46 | 60 | 46 | 10 | 5C | 10 |
| Octal | 115 | 27 | 3 | 0 | 106 | 140 | 106 | 20 | 134 | 20 |
| Binary | 1001101 | 10111 | 11 | 0 | 1000110 | 1100000 | 1000110 | 10000 | 1011100 | 10000 |
Color Harmonies of #4D1703
Complementary color
Monochromatic Colors of #4D1703
Black with #4D1703
Text Example
Text Example
White with #4D1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1703; }
p { color: rgb(77,23,3); }
H1.HeaderClassName
{
color: #4D1703;
}
.AnyTagClassName
{
color: #4D1703;
}
</style>
background-color css
<style>
a { background-color: #4D1703; }
a { background-color: rgb(77,23,3); }
div.DivClassName
{
background-color: #4D1703;
}
.BgClassName
{
background-color: #4D1703;
}
</style>
border-color css
<style>
span { border-color: #4D1703; }
span { border-color: rgb(77,23,3); }
td.TdClassName
{
border-color: #4D1703;
}
.TagClassName
{
border-color: #4D1703;
}
</style>