Shades of Brown Pod #4D2313
Tints of Brown Pod #4D2313
RGB
CMYK
RGB Variations
Color information
#4D2313 (or 0x4D2313) is known color: Brown Pod. HEX triplet: 4D, 23 and 13. RGB value is (77,35,19). Sum of RGB (Red+Green+Blue) = 77+35+19=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2313 is #B2DCEC. Grayscale: #2D2D2D. Windows color (decimal): -11721965 or 1254221. OLE color: 1254221.
HSL color Cylindrical-coordinate representation of color #4D2313: hue angle of 16.55º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2313 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 19 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.70 |
| HSL | 16.55º | 0.6% | 0.19% | - |
| HSV(B) | 16.55º | 0.75% | 0.3% | - |
| XYZ | 3.78 | 2.83 | 0.96 | - |
| YUV | 45.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 19 | 0 | 0.55 | 0.75 | 0.70 | 16.55 | 0.6 | 0.19 |
| Hex | 4D | 23 | 13 | 0 | 37 | 4B | 46 | 11 | 3C | 13 |
| Octal | 115 | 43 | 23 | 0 | 67 | 113 | 106 | 21 | 74 | 23 |
| Binary | 1001101 | 100011 | 10011 | 0 | 110111 | 1001011 | 1000110 | 10001 | 111100 | 10011 |
Color Harmonies of #4D2313
Complementary color
Monochromatic Colors of #4D2313
Black with #4D2313
Text Example
Text Example
White with #4D2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2313; }
p { color: rgb(77,35,19); }
H1.HeaderClassName
{
color: #4D2313;
}
.AnyTagClassName
{
color: #4D2313;
}
</style>
background-color css
<style>
a { background-color: #4D2313; }
a { background-color: rgb(77,35,19); }
div.DivClassName
{
background-color: #4D2313;
}
.BgClassName
{
background-color: #4D2313;
}
</style>
border-color css
<style>
span { border-color: #4D2313; }
span { border-color: rgb(77,35,19); }
td.TdClassName
{
border-color: #4D2313;
}
.TagClassName
{
border-color: #4D2313;
}
</style>