Shades of Brown Pod #4D1E02
Tints of Brown Pod #4D1E02
RGB
CMYK
RGB Variations
Color information
#4D1E02 (or 0x4D1E02) is known color: Brown Pod. HEX triplet: 4D, 1E and 02. RGB value is (77,30,2). Sum of RGB (Red+Green+Blue) = 77+30+2=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E02 is #B2E1FD. Grayscale: #292929. Windows color (decimal): -11723262 or 138829. OLE color: 138829.
HSL color Cylindrical-coordinate representation of color #4D1E02: hue angle of 22.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D1E02 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 2 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.70 |
| HSL | 22.4º | 0.95% | 0.15% | - |
| HSV(B) | 22.4º | 0.97% | 0.3% | - |
| XYZ | 3.54 | 2.51 | 0.36 | - |
| YUV | 40.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 2 | 0 | 0.61 | 0.97 | 0.70 | 22.4 | 0.95 | 0.15 |
| Hex | 4D | 1E | 2 | 0 | 3D | 61 | 46 | 16 | 5F | F |
| Octal | 115 | 36 | 2 | 0 | 75 | 141 | 106 | 26 | 137 | 17 |
| Binary | 1001101 | 11110 | 10 | 0 | 111101 | 1100001 | 1000110 | 10110 | 1011111 | 1111 |
Color Harmonies of #4D1E02
Complementary color
Monochromatic Colors of #4D1E02
Black with #4D1E02
Text Example
Text Example
White with #4D1E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E02; }
p { color: rgb(77,30,2); }
H1.HeaderClassName
{
color: #4D1E02;
}
.AnyTagClassName
{
color: #4D1E02;
}
</style>
background-color css
<style>
a { background-color: #4D1E02; }
a { background-color: rgb(77,30,2); }
div.DivClassName
{
background-color: #4D1E02;
}
.BgClassName
{
background-color: #4D1E02;
}
</style>
border-color css
<style>
span { border-color: #4D1E02; }
span { border-color: rgb(77,30,2); }
td.TdClassName
{
border-color: #4D1E02;
}
.TagClassName
{
border-color: #4D1E02;
}
</style>