Shades of Brown Pod #4F1403
Tints of Brown Pod #4F1403
RGB
CMYK
RGB Variations
Color information
#4F1403 (or 0x4F1403) is known color: Brown Pod. HEX triplet: 4F, 14 and 03. RGB value is (79,20,3). Sum of RGB (Red+Green+Blue) = 79+20+3=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1403 is #B0EBFC. Grayscale: #232323. Windows color (decimal): -11594749 or 201807. OLE color: 201807.
HSL color Cylindrical-coordinate representation of color #4F1403: hue angle of 13.42º 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 #4F1403 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 3 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.69 |
| HSL | 13.42º | 0.93% | 0.16% | - |
| HSV(B) | 13.42º | 0.96% | 0.31% | - |
| XYZ | 3.49 | 2.17 | 0.32 | - |
| YUV | 35.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 3 | 0 | 0.75 | 0.96 | 0.69 | 13.42 | 0.93 | 0.16 |
| Hex | 4F | 14 | 3 | 0 | 4B | 60 | 45 | D | 5D | 10 |
| Octal | 117 | 24 | 3 | 0 | 113 | 140 | 105 | 15 | 135 | 20 |
| Binary | 1001111 | 10100 | 11 | 0 | 1001011 | 1100000 | 1000101 | 1101 | 1011101 | 10000 |
Color Harmonies of #4F1403
Complementary color
Monochromatic Colors of #4F1403
Black with #4F1403
Text Example
Text Example
White with #4F1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1403; }
p { color: rgb(79,20,3); }
H1.HeaderClassName
{
color: #4F1403;
}
.AnyTagClassName
{
color: #4F1403;
}
</style>
background-color css
<style>
a { background-color: #4F1403; }
a { background-color: rgb(79,20,3); }
div.DivClassName
{
background-color: #4F1403;
}
.BgClassName
{
background-color: #4F1403;
}
</style>
border-color css
<style>
span { border-color: #4F1403; }
span { border-color: rgb(79,20,3); }
td.TdClassName
{
border-color: #4F1403;
}
.TagClassName
{
border-color: #4F1403;
}
</style>