Shades of Brown Pod #4F1405
Tints of Brown Pod #4F1405
RGB
CMYK
RGB Variations
Color information
#4F1405 (or 0x4F1405) is known color: Brown Pod. HEX triplet: 4F, 14 and 05. RGB value is (79,20,5). Sum of RGB (Red+Green+Blue) = 79+20+5=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1405 is #B0EBFA. Grayscale: #242424. Windows color (decimal): -11594747 or 332879. OLE color: 332879.
HSL color Cylindrical-coordinate representation of color #4F1405: hue angle of 12.16º 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 #4F1405 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 5 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.69 |
| HSL | 12.16º | 0.88% | 0.16% | - |
| HSV(B) | 12.16º | 0.94% | 0.31% | - |
| XYZ | 3.5 | 2.17 | 0.38 | - |
| YUV | 35.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 5 | 0 | 0.75 | 0.94 | 0.69 | 12.16 | 0.88 | 0.16 |
| Hex | 4F | 14 | 5 | 0 | 4B | 5E | 45 | C | 58 | 10 |
| Octal | 117 | 24 | 5 | 0 | 113 | 136 | 105 | 14 | 130 | 20 |
| Binary | 1001111 | 10100 | 101 | 0 | 1001011 | 1011110 | 1000101 | 1100 | 1011000 | 10000 |
Color Harmonies of #4F1405
Complementary color
Monochromatic Colors of #4F1405
Black with #4F1405
Text Example
Text Example
White with #4F1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1405; }
p { color: rgb(79,20,5); }
H1.HeaderClassName
{
color: #4F1405;
}
.AnyTagClassName
{
color: #4F1405;
}
</style>
background-color css
<style>
a { background-color: #4F1405; }
a { background-color: rgb(79,20,5); }
div.DivClassName
{
background-color: #4F1405;
}
.BgClassName
{
background-color: #4F1405;
}
</style>
border-color css
<style>
span { border-color: #4F1405; }
span { border-color: rgb(79,20,5); }
td.TdClassName
{
border-color: #4F1405;
}
.TagClassName
{
border-color: #4F1405;
}
</style>