Shades of Brown Pod #4D1B04
Tints of Brown Pod #4D1B04
RGB
CMYK
RGB Variations
Color information
#4D1B04 (or 0x4D1B04) is known color: Brown Pod. HEX triplet: 4D, 1B and 04. RGB value is (77,27,4). Sum of RGB (Red+Green+Blue) = 77+27+4=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1B04 is #B2E4FB. Grayscale: #272727. Windows color (decimal): -11724028 or 269133. OLE color: 269133.
HSL color Cylindrical-coordinate representation of color #4D1B04: hue angle of 18.9º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D1B04 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 4 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.70 |
| HSL | 18.9º | 0.9% | 0.16% | - |
| HSV(B) | 18.9º | 0.95% | 0.3% | - |
| XYZ | 3.47 | 2.37 | 0.39 | - |
| YUV | 39.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 4 | 0 | 0.65 | 0.95 | 0.70 | 18.9 | 0.9 | 0.16 |
| Hex | 4D | 1B | 4 | 0 | 41 | 5F | 46 | 13 | 5A | 10 |
| Octal | 115 | 33 | 4 | 0 | 101 | 137 | 106 | 23 | 132 | 20 |
| Binary | 1001101 | 11011 | 100 | 0 | 1000001 | 1011111 | 1000110 | 10011 | 1011010 | 10000 |
Color Harmonies of #4D1B04
Complementary color
Monochromatic Colors of #4D1B04
Black with #4D1B04
Text Example
Text Example
White with #4D1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B04; }
p { color: rgb(77,27,4); }
H1.HeaderClassName
{
color: #4D1B04;
}
.AnyTagClassName
{
color: #4D1B04;
}
</style>
background-color css
<style>
a { background-color: #4D1B04; }
a { background-color: rgb(77,27,4); }
div.DivClassName
{
background-color: #4D1B04;
}
.BgClassName
{
background-color: #4D1B04;
}
</style>
border-color css
<style>
span { border-color: #4D1B04; }
span { border-color: rgb(77,27,4); }
td.TdClassName
{
border-color: #4D1B04;
}
.TagClassName
{
border-color: #4D1B04;
}
</style>