Shades of Brown Pod #4F1303
Tints of Brown Pod #4F1303
RGB
CMYK
RGB Variations
Color information
#4F1303 (or 0x4F1303) is known color: Brown Pod. HEX triplet: 4F, 13 and 03. RGB value is (79,19,3). Sum of RGB (Red+Green+Blue) = 79+19+3=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1303 is #B0ECFC. Grayscale: #232323. Windows color (decimal): -11595005 or 201551. OLE color: 201551.
HSL color Cylindrical-coordinate representation of color #4F1303: hue angle of 12.63º 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 #4F1303 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.69 |
| HSL | 12.63º | 0.93% | 0.16% | - |
| HSV(B) | 12.63º | 0.96% | 0.31% | - |
| XYZ | 3.47 | 2.13 | 0.32 | - |
| YUV | 35.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 3 | 0 | 0.76 | 0.96 | 0.69 | 12.63 | 0.93 | 0.16 |
| Hex | 4F | 13 | 3 | 0 | 4C | 60 | 45 | D | 5D | 10 |
| Octal | 117 | 23 | 3 | 0 | 114 | 140 | 105 | 15 | 135 | 20 |
| Binary | 1001111 | 10011 | 11 | 0 | 1001100 | 1100000 | 1000101 | 1101 | 1011101 | 10000 |
Color Harmonies of #4F1303
Complementary color
Monochromatic Colors of #4F1303
Black with #4F1303
Text Example
Text Example
White with #4F1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1303; }
p { color: rgb(79,19,3); }
H1.HeaderClassName
{
color: #4F1303;
}
.AnyTagClassName
{
color: #4F1303;
}
</style>
background-color css
<style>
a { background-color: #4F1303; }
a { background-color: rgb(79,19,3); }
div.DivClassName
{
background-color: #4F1303;
}
.BgClassName
{
background-color: #4F1303;
}
</style>
border-color css
<style>
span { border-color: #4F1303; }
span { border-color: rgb(79,19,3); }
td.TdClassName
{
border-color: #4F1303;
}
.TagClassName
{
border-color: #4F1303;
}
</style>