Shades of Brown Pod #4D1C03
Tints of Brown Pod #4D1C03
RGB
CMYK
RGB Variations
Color information
#4D1C03 (or 0x4D1C03) is known color: Brown Pod. HEX triplet: 4D, 1C and 03. RGB value is (77,28,3). Sum of RGB (Red+Green+Blue) = 77+28+3=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C03 is #B2E3FC. Grayscale: #272727. Windows color (decimal): -11723773 or 203853. OLE color: 203853.
HSL color Cylindrical-coordinate representation of color #4D1C03: hue angle of 20.27º 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 #4D1C03 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 3 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.70 |
| HSL | 20.27º | 0.93% | 0.16% | - |
| HSV(B) | 20.27º | 0.96% | 0.3% | - |
| XYZ | 3.49 | 2.41 | 0.37 | - |
| YUV | 39.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 3 | 0 | 0.64 | 0.96 | 0.70 | 20.27 | 0.93 | 0.16 |
| Hex | 4D | 1C | 3 | 0 | 40 | 60 | 46 | 14 | 5C | 10 |
| Octal | 115 | 34 | 3 | 0 | 100 | 140 | 106 | 24 | 134 | 20 |
| Binary | 1001101 | 11100 | 11 | 0 | 1000000 | 1100000 | 1000110 | 10100 | 1011100 | 10000 |
Color Harmonies of #4D1C03
Complementary color
Monochromatic Colors of #4D1C03
Black with #4D1C03
Text Example
Text Example
White with #4D1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C03; }
p { color: rgb(77,28,3); }
H1.HeaderClassName
{
color: #4D1C03;
}
.AnyTagClassName
{
color: #4D1C03;
}
</style>
background-color css
<style>
a { background-color: #4D1C03; }
a { background-color: rgb(77,28,3); }
div.DivClassName
{
background-color: #4D1C03;
}
.BgClassName
{
background-color: #4D1C03;
}
</style>
border-color css
<style>
span { border-color: #4D1C03; }
span { border-color: rgb(77,28,3); }
td.TdClassName
{
border-color: #4D1C03;
}
.TagClassName
{
border-color: #4D1C03;
}
</style>