Shades of Brown Pod #4F1603
Tints of Brown Pod #4F1603
RGB
CMYK
RGB Variations
Color information
#4F1603 (or 0x4F1603) is known color: Brown Pod. HEX triplet: 4F, 16 and 03. RGB value is (79,22,3). Sum of RGB (Red+Green+Blue) = 79+22+3=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1603 is #B0E9FC. Grayscale: #252525. Windows color (decimal): -11594237 or 202319. OLE color: 202319.
HSL color Cylindrical-coordinate representation of color #4F1603: hue angle of 15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F1603 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 3 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.69 |
| HSL | 15º | 0.93% | 0.16% | - |
| HSV(B) | 15º | 0.96% | 0.31% | - |
| XYZ | 3.53 | 2.24 | 0.33 | - |
| YUV | 36.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 3 | 0 | 0.72 | 0.96 | 0.69 | 15 | 0.93 | 0.16 |
| Hex | 4F | 16 | 3 | 0 | 48 | 60 | 45 | F | 5D | 10 |
| Octal | 117 | 26 | 3 | 0 | 110 | 140 | 105 | 17 | 135 | 20 |
| Binary | 1001111 | 10110 | 11 | 0 | 1001000 | 1100000 | 1000101 | 1111 | 1011101 | 10000 |
Color Harmonies of #4F1603
Complementary color
Monochromatic Colors of #4F1603
Black with #4F1603
Text Example
Text Example
White with #4F1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1603; }
p { color: rgb(79,22,3); }
H1.HeaderClassName
{
color: #4F1603;
}
.AnyTagClassName
{
color: #4F1603;
}
</style>
background-color css
<style>
a { background-color: #4F1603; }
a { background-color: rgb(79,22,3); }
div.DivClassName
{
background-color: #4F1603;
}
.BgClassName
{
background-color: #4F1603;
}
</style>
border-color css
<style>
span { border-color: #4F1603; }
span { border-color: rgb(79,22,3); }
td.TdClassName
{
border-color: #4F1603;
}
.TagClassName
{
border-color: #4F1603;
}
</style>