Shades of Brown Pod #4D180C
Tints of Brown Pod #4D180C
RGB
CMYK
RGB Variations
Color information
#4D180C (or 0x4D180C) is known color: Brown Pod. HEX triplet: 4D, 18 and 0C. RGB value is (77,24,12). Sum of RGB (Red+Green+Blue) = 77+24+12=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D180C is #B2E7F3. Grayscale: #262626. Windows color (decimal): -11724788 or 792653. OLE color: 792653.
HSL color Cylindrical-coordinate representation of color #4D180C: hue angle of 11.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D180C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 12 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.70 |
| HSL | 11.08º | 0.73% | 0.17% | - |
| HSV(B) | 11.08º | 0.84% | 0.3% | - |
| XYZ | 3.45 | 2.26 | 0.6 | - |
| YUV | 38.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 12 | 0 | 0.69 | 0.84 | 0.70 | 11.08 | 0.73 | 0.17 |
| Hex | 4D | 18 | C | 0 | 45 | 54 | 46 | B | 49 | 11 |
| Octal | 115 | 30 | 14 | 0 | 105 | 124 | 106 | 13 | 111 | 21 |
| Binary | 1001101 | 11000 | 1100 | 0 | 1000101 | 1010100 | 1000110 | 1011 | 1001001 | 10001 |
Color Harmonies of #4D180C
Complementary color
Monochromatic Colors of #4D180C
Black with #4D180C
Text Example
Text Example
White with #4D180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D180C; }
p { color: rgb(77,24,12); }
H1.HeaderClassName
{
color: #4D180C;
}
.AnyTagClassName
{
color: #4D180C;
}
</style>
background-color css
<style>
a { background-color: #4D180C; }
a { background-color: rgb(77,24,12); }
div.DivClassName
{
background-color: #4D180C;
}
.BgClassName
{
background-color: #4D180C;
}
</style>
border-color css
<style>
span { border-color: #4D180C; }
span { border-color: rgb(77,24,12); }
td.TdClassName
{
border-color: #4D180C;
}
.TagClassName
{
border-color: #4D180C;
}
</style>