Shades of Brown Pod #4D1401
Tints of Brown Pod #4D1401
RGB
CMYK
RGB Variations
Color information
#4D1401 (or 0x4D1401) is known color: Brown Pod. HEX triplet: 4D, 14 and 01. RGB value is (77,20,1). Sum of RGB (Red+Green+Blue) = 77+20+1=98 (12% of max value = 765). Red value is 77 (30.47% from 255 or 78.57% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1401 is #B2EBFE. Grayscale: #232323. Windows color (decimal): -11725823 or 70733. OLE color: 70733.
HSL color Cylindrical-coordinate representation of color #4D1401: hue angle of 15º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D1401 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.70 |
| HSL | 15º | 0.97% | 0.15% | - |
| HSV(B) | 15º | 0.99% | 0.3% | - |
| XYZ | 3.32 | 2.08 | 0.26 | - |
| YUV | 34.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 1 | 0 | 0.74 | 0.99 | 0.70 | 15 | 0.97 | 0.15 |
| Hex | 4D | 14 | 1 | 0 | 4A | 63 | 46 | F | 61 | F |
| Octal | 115 | 24 | 1 | 0 | 112 | 143 | 106 | 17 | 141 | 17 |
| Binary | 1001101 | 10100 | 1 | 0 | 1001010 | 1100011 | 1000110 | 1111 | 1100001 | 1111 |
Color Harmonies of #4D1401
Complementary color
Monochromatic Colors of #4D1401
Black with #4D1401
Text Example
Text Example
White with #4D1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1401; }
p { color: rgb(77,20,1); }
H1.HeaderClassName
{
color: #4D1401;
}
.AnyTagClassName
{
color: #4D1401;
}
</style>
background-color css
<style>
a { background-color: #4D1401; }
a { background-color: rgb(77,20,1); }
div.DivClassName
{
background-color: #4D1401;
}
.BgClassName
{
background-color: #4D1401;
}
</style>
border-color css
<style>
span { border-color: #4D1401; }
span { border-color: rgb(77,20,1); }
td.TdClassName
{
border-color: #4D1401;
}
.TagClassName
{
border-color: #4D1401;
}
</style>