Shades of Brown Pod #4F1B07
Tints of Brown Pod #4F1B07
RGB
CMYK
RGB Variations
Color information
#4F1B07 (or 0x4F1B07) is known color: Brown Pod. HEX triplet: 4F, 1B and 07. RGB value is (79,27,7). Sum of RGB (Red+Green+Blue) = 79+27+7=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B07 is #B0E4F8. Grayscale: #282828. Windows color (decimal): -11592953 or 465743. OLE color: 465743.
HSL color Cylindrical-coordinate representation of color #4F1B07: hue angle of 16.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F1B07 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 7 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.69 |
| HSL | 16.67º | 0.84% | 0.17% | - |
| HSV(B) | 16.67º | 0.91% | 0.31% | - |
| XYZ | 3.65 | 2.46 | 0.48 | - |
| YUV | 40.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 7 | 0 | 0.66 | 0.91 | 0.69 | 16.67 | 0.84 | 0.17 |
| Hex | 4F | 1B | 7 | 0 | 42 | 5B | 45 | 11 | 54 | 11 |
| Octal | 117 | 33 | 7 | 0 | 102 | 133 | 105 | 21 | 124 | 21 |
| Binary | 1001111 | 11011 | 111 | 0 | 1000010 | 1011011 | 1000101 | 10001 | 1010100 | 10001 |
Color Harmonies of #4F1B07
Complementary color
Monochromatic Colors of #4F1B07
Black with #4F1B07
Text Example
Text Example
White with #4F1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B07; }
p { color: rgb(79,27,7); }
H1.HeaderClassName
{
color: #4F1B07;
}
.AnyTagClassName
{
color: #4F1B07;
}
</style>
background-color css
<style>
a { background-color: #4F1B07; }
a { background-color: rgb(79,27,7); }
div.DivClassName
{
background-color: #4F1B07;
}
.BgClassName
{
background-color: #4F1B07;
}
</style>
border-color css
<style>
span { border-color: #4F1B07; }
span { border-color: rgb(79,27,7); }
td.TdClassName
{
border-color: #4F1B07;
}
.TagClassName
{
border-color: #4F1B07;
}
</style>