Shades of Brown Pod #4F1100
Tints of Brown Pod #4F1100
RGB
CMYK
RGB Variations
Color information
#4F1100 (or 0x4F1100) is known color: Brown Pod. HEX triplet: 4F, 11 and 00. RGB value is (79,17,0). Sum of RGB (Red+Green+Blue) = 79+17+0=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1100 is #B0EEFF. Grayscale: #212121. Windows color (decimal): -11595520 or 4431. OLE color: 4431.
HSL color Cylindrical-coordinate representation of color #4F1100: hue angle of 12.91º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F1100 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.69 |
| HSL | 12.91º | 1% | 0.15% | - |
| HSV(B) | 12.91º | 1% | 0.31% | - |
| XYZ | 3.42 | 2.06 | 0.22 | - |
| YUV | 33.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 0 | 0 | 0.78 | 1 | 0.69 | 12.91 | 1 | 0.15 |
| Hex | 4F | 11 | 0 | 0 | 4E | 64 | 45 | D | 64 | F |
| Octal | 117 | 21 | 0 | 0 | 116 | 144 | 105 | 15 | 144 | 17 |
| Binary | 1001111 | 10001 | 0 | 0 | 1001110 | 1100100 | 1000101 | 1101 | 1100100 | 1111 |
Color Harmonies of #4F1100
Complementary color
Monochromatic Colors of #4F1100
Black with #4F1100
Text Example
Text Example
White with #4F1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1100; }
p { color: rgb(79,17,0); }
H1.HeaderClassName
{
color: #4F1100;
}
.AnyTagClassName
{
color: #4F1100;
}
</style>
background-color css
<style>
a { background-color: #4F1100; }
a { background-color: rgb(79,17,0); }
div.DivClassName
{
background-color: #4F1100;
}
.BgClassName
{
background-color: #4F1100;
}
</style>
border-color css
<style>
span { border-color: #4F1100; }
span { border-color: rgb(79,17,0); }
td.TdClassName
{
border-color: #4F1100;
}
.TagClassName
{
border-color: #4F1100;
}
</style>