Shades of Brown Pod #4D1908
Tints of Brown Pod #4D1908
RGB
CMYK
RGB Variations
Color information
#4D1908 (or 0x4D1908) is known color: Brown Pod. HEX triplet: 4D, 19 and 08. RGB value is (77,25,8). Sum of RGB (Red+Green+Blue) = 77+25+8=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1908 is #B2E6F7. Grayscale: #262626. Windows color (decimal): -11724536 or 530765. OLE color: 530765.
HSL color Cylindrical-coordinate representation of color #4D1908: hue angle of 14.78º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D1908 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 8 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.70 |
| HSL | 14.78º | 0.81% | 0.17% | - |
| HSV(B) | 14.78º | 0.9% | 0.3% | - |
| XYZ | 3.45 | 2.29 | 0.49 | - |
| YUV | 38.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 8 | 0 | 0.68 | 0.90 | 0.70 | 14.78 | 0.81 | 0.17 |
| Hex | 4D | 19 | 8 | 0 | 44 | 5A | 46 | F | 51 | 11 |
| Octal | 115 | 31 | 10 | 0 | 104 | 132 | 106 | 17 | 121 | 21 |
| Binary | 1001101 | 11001 | 1000 | 0 | 1000100 | 1011010 | 1000110 | 1111 | 1010001 | 10001 |
Color Harmonies of #4D1908
Complementary color
Monochromatic Colors of #4D1908
Black with #4D1908
Text Example
Text Example
White with #4D1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1908; }
p { color: rgb(77,25,8); }
H1.HeaderClassName
{
color: #4D1908;
}
.AnyTagClassName
{
color: #4D1908;
}
</style>
background-color css
<style>
a { background-color: #4D1908; }
a { background-color: rgb(77,25,8); }
div.DivClassName
{
background-color: #4D1908;
}
.BgClassName
{
background-color: #4D1908;
}
</style>
border-color css
<style>
span { border-color: #4D1908; }
span { border-color: rgb(77,25,8); }
td.TdClassName
{
border-color: #4D1908;
}
.TagClassName
{
border-color: #4D1908;
}
</style>