Shades of Brown Pod #4F1F0C
Tints of Brown Pod #4F1F0C
RGB
CMYK
RGB Variations
Color information
#4F1F0C (or 0x4F1F0C) is known color: Brown Pod. HEX triplet: 4F, 1F and 0C. RGB value is (79,31,12). Sum of RGB (Red+Green+Blue) = 79+31+12=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1F0C is #B0E0F3. Grayscale: #2B2B2B. Windows color (decimal): -11591924 or 794447. OLE color: 794447.
HSL color Cylindrical-coordinate representation of color #4F1F0C: hue angle of 17.01º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1F0C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 12 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.69 |
| HSL | 17.01º | 0.74% | 0.18% | - |
| HSV(B) | 17.01º | 0.85% | 0.31% | - |
| XYZ | 3.78 | 2.67 | 0.66 | - |
| YUV | 43.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 12 | 0 | 0.61 | 0.85 | 0.69 | 17.01 | 0.74 | 0.18 |
| Hex | 4F | 1F | C | 0 | 3D | 55 | 45 | 11 | 4A | 12 |
| Octal | 117 | 37 | 14 | 0 | 75 | 125 | 105 | 21 | 112 | 22 |
| Binary | 1001111 | 11111 | 1100 | 0 | 111101 | 1010101 | 1000101 | 10001 | 1001010 | 10010 |
Color Harmonies of #4F1F0C
Complementary color
Monochromatic Colors of #4F1F0C
Black with #4F1F0C
Text Example
Text Example
White with #4F1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F0C; }
p { color: rgb(79,31,12); }
H1.HeaderClassName
{
color: #4F1F0C;
}
.AnyTagClassName
{
color: #4F1F0C;
}
</style>
background-color css
<style>
a { background-color: #4F1F0C; }
a { background-color: rgb(79,31,12); }
div.DivClassName
{
background-color: #4F1F0C;
}
.BgClassName
{
background-color: #4F1F0C;
}
</style>
border-color css
<style>
span { border-color: #4F1F0C; }
span { border-color: rgb(79,31,12); }
td.TdClassName
{
border-color: #4F1F0C;
}
.TagClassName
{
border-color: #4F1F0C;
}
</style>