Shades of Brown Pod #4F200B
Tints of Brown Pod #4F200B
RGB
CMYK
RGB Variations
Color information
#4F200B (or 0x4F200B) is known color: Brown Pod. HEX triplet: 4F, 20 and 0B. RGB value is (79,32,11). Sum of RGB (Red+Green+Blue) = 79+32+11=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200B is #B0DFF4. Grayscale: #2B2B2B. Windows color (decimal): -11591669 or 729167. OLE color: 729167.
HSL color Cylindrical-coordinate representation of color #4F200B: hue angle of 18.53º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F200B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 11 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.69 |
| HSL | 18.53º | 0.76% | 0.18% | - |
| HSV(B) | 18.53º | 0.86% | 0.31% | - |
| XYZ | 3.8 | 2.72 | 0.64 | - |
| YUV | 43.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 11 | 0 | 0.59 | 0.86 | 0.69 | 18.53 | 0.76 | 0.18 |
| Hex | 4F | 20 | B | 0 | 3B | 56 | 45 | 13 | 4C | 12 |
| Octal | 117 | 40 | 13 | 0 | 73 | 126 | 105 | 23 | 114 | 22 |
| Binary | 1001111 | 100000 | 1011 | 0 | 111011 | 1010110 | 1000101 | 10011 | 1001100 | 10010 |
Color Harmonies of #4F200B
Complementary color
Monochromatic Colors of #4F200B
Black with #4F200B
Text Example
Text Example
White with #4F200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F200B; }
p { color: rgb(79,32,11); }
H1.HeaderClassName
{
color: #4F200B;
}
.AnyTagClassName
{
color: #4F200B;
}
</style>
background-color css
<style>
a { background-color: #4F200B; }
a { background-color: rgb(79,32,11); }
div.DivClassName
{
background-color: #4F200B;
}
.BgClassName
{
background-color: #4F200B;
}
</style>
border-color css
<style>
span { border-color: #4F200B; }
span { border-color: rgb(79,32,11); }
td.TdClassName
{
border-color: #4F200B;
}
.TagClassName
{
border-color: #4F200B;
}
</style>