Shades of Brown Pod #4F1705
Tints of Brown Pod #4F1705
RGB
CMYK
RGB Variations
Color information
#4F1705 (or 0x4F1705) is known color: Brown Pod. HEX triplet: 4F, 17 and 05. RGB value is (79,23,5). Sum of RGB (Red+Green+Blue) = 79+23+5=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1705 is #B0E8FA. Grayscale: #252525. Windows color (decimal): -11593979 or 333647. OLE color: 333647.
HSL color Cylindrical-coordinate representation of color #4F1705: hue angle of 14.59º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F1705 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 5 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.69 |
| HSL | 14.59º | 0.88% | 0.16% | - |
| HSV(B) | 14.59º | 0.94% | 0.31% | - |
| XYZ | 3.56 | 2.29 | 0.4 | - |
| YUV | 37.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 5 | 0 | 0.71 | 0.94 | 0.69 | 14.59 | 0.88 | 0.16 |
| Hex | 4F | 17 | 5 | 0 | 47 | 5E | 45 | F | 58 | 10 |
| Octal | 117 | 27 | 5 | 0 | 107 | 136 | 105 | 17 | 130 | 20 |
| Binary | 1001111 | 10111 | 101 | 0 | 1000111 | 1011110 | 1000101 | 1111 | 1011000 | 10000 |
Color Harmonies of #4F1705
Complementary color
Monochromatic Colors of #4F1705
Black with #4F1705
Text Example
Text Example
White with #4F1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1705; }
p { color: rgb(79,23,5); }
H1.HeaderClassName
{
color: #4F1705;
}
.AnyTagClassName
{
color: #4F1705;
}
</style>
background-color css
<style>
a { background-color: #4F1705; }
a { background-color: rgb(79,23,5); }
div.DivClassName
{
background-color: #4F1705;
}
.BgClassName
{
background-color: #4F1705;
}
</style>
border-color css
<style>
span { border-color: #4F1705; }
span { border-color: rgb(79,23,5); }
td.TdClassName
{
border-color: #4F1705;
}
.TagClassName
{
border-color: #4F1705;
}
</style>