Shades of Brown Pod #4D1403
Tints of Brown Pod #4D1403
RGB
CMYK
RGB Variations
Color information
#4D1403 (or 0x4D1403) is known color: Brown Pod. HEX triplet: 4D, 14 and 03. RGB value is (77,20,3). Sum of RGB (Red+Green+Blue) = 77+20+3=100 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1403 is #B2EBFC. Grayscale: #232323. Windows color (decimal): -11725821 or 201805. OLE color: 201805.
HSL color Cylindrical-coordinate representation of color #4D1403: hue angle of 13.78º 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 #4D1403 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.70 |
| HSL | 13.78º | 0.93% | 0.16% | - |
| HSV(B) | 13.78º | 0.96% | 0.3% | - |
| XYZ | 3.33 | 2.08 | 0.31 | - |
| YUV | 35.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 3 | 0 | 0.74 | 0.96 | 0.70 | 13.78 | 0.93 | 0.16 |
| Hex | 4D | 14 | 3 | 0 | 4A | 60 | 46 | E | 5C | 10 |
| Octal | 115 | 24 | 3 | 0 | 112 | 140 | 106 | 16 | 134 | 20 |
| Binary | 1001101 | 10100 | 11 | 0 | 1001010 | 1100000 | 1000110 | 1110 | 1011100 | 10000 |
Color Harmonies of #4D1403
Complementary color
Monochromatic Colors of #4D1403
Black with #4D1403
Text Example
Text Example
White with #4D1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1403; }
p { color: rgb(77,20,3); }
H1.HeaderClassName
{
color: #4D1403;
}
.AnyTagClassName
{
color: #4D1403;
}
</style>
background-color css
<style>
a { background-color: #4D1403; }
a { background-color: rgb(77,20,3); }
div.DivClassName
{
background-color: #4D1403;
}
.BgClassName
{
background-color: #4D1403;
}
</style>
border-color css
<style>
span { border-color: #4D1403; }
span { border-color: rgb(77,20,3); }
td.TdClassName
{
border-color: #4D1403;
}
.TagClassName
{
border-color: #4D1403;
}
</style>