Shades of Brown Pod #4F1503
Tints of Brown Pod #4F1503
RGB
CMYK
RGB Variations
Color information
#4F1503 (or 0x4F1503) is known color: Brown Pod. HEX triplet: 4F, 15 and 03. RGB value is (79,21,3). Sum of RGB (Red+Green+Blue) = 79+21+3=103 (13% of max value = 765). Red value is 79 (31.25% from 255 or 76.70% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1503 is #B0EAFC. Grayscale: #242424. Windows color (decimal): -11594493 or 202063. OLE color: 202063.
HSL color Cylindrical-coordinate representation of color #4F1503: hue angle of 14.21º 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 #4F1503 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 3 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.69 |
| HSL | 14.21º | 0.93% | 0.16% | - |
| HSV(B) | 14.21º | 0.96% | 0.31% | - |
| XYZ | 3.51 | 2.21 | 0.33 | - |
| YUV | 36.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 3 | 0 | 0.73 | 0.96 | 0.69 | 14.21 | 0.93 | 0.16 |
| Hex | 4F | 15 | 3 | 0 | 49 | 60 | 45 | E | 5D | 10 |
| Octal | 117 | 25 | 3 | 0 | 111 | 140 | 105 | 16 | 135 | 20 |
| Binary | 1001111 | 10101 | 11 | 0 | 1001001 | 1100000 | 1000101 | 1110 | 1011101 | 10000 |
Color Harmonies of #4F1503
Complementary color
Monochromatic Colors of #4F1503
Black with #4F1503
Text Example
Text Example
White with #4F1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1503; }
p { color: rgb(79,21,3); }
H1.HeaderClassName
{
color: #4F1503;
}
.AnyTagClassName
{
color: #4F1503;
}
</style>
background-color css
<style>
a { background-color: #4F1503; }
a { background-color: rgb(79,21,3); }
div.DivClassName
{
background-color: #4F1503;
}
.BgClassName
{
background-color: #4F1503;
}
</style>
border-color css
<style>
span { border-color: #4F1503; }
span { border-color: rgb(79,21,3); }
td.TdClassName
{
border-color: #4F1503;
}
.TagClassName
{
border-color: #4F1503;
}
</style>