Shades of Brown Pod #4F1502
Tints of Brown Pod #4F1502
RGB
CMYK
RGB Variations
Color information
#4F1502 (or 0x4F1502) is known color: Brown Pod. HEX triplet: 4F, 15 and 02. RGB value is (79,21,2). Sum of RGB (Red+Green+Blue) = 79+21+2=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1502 is #B0EAFD. Grayscale: #242424. Windows color (decimal): -11594494 or 136527. OLE color: 136527.
HSL color Cylindrical-coordinate representation of color #4F1502: hue angle of 14.81º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F1502 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 2 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.69 |
| HSL | 14.81º | 0.95% | 0.16% | - |
| HSV(B) | 14.81º | 0.97% | 0.31% | - |
| XYZ | 3.5 | 2.2 | 0.3 | - |
| YUV | 36.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 2 | 0 | 0.73 | 0.97 | 0.69 | 14.81 | 0.95 | 0.16 |
| Hex | 4F | 15 | 2 | 0 | 49 | 61 | 45 | F | 5F | 10 |
| Octal | 117 | 25 | 2 | 0 | 111 | 141 | 105 | 17 | 137 | 20 |
| Binary | 1001111 | 10101 | 10 | 0 | 1001001 | 1100001 | 1000101 | 1111 | 1011111 | 10000 |
Color Harmonies of #4F1502
Complementary color
Monochromatic Colors of #4F1502
Black with #4F1502
Text Example
Text Example
White with #4F1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1502; }
p { color: rgb(79,21,2); }
H1.HeaderClassName
{
color: #4F1502;
}
.AnyTagClassName
{
color: #4F1502;
}
</style>
background-color css
<style>
a { background-color: #4F1502; }
a { background-color: rgb(79,21,2); }
div.DivClassName
{
background-color: #4F1502;
}
.BgClassName
{
background-color: #4F1502;
}
</style>
border-color css
<style>
span { border-color: #4F1502; }
span { border-color: rgb(79,21,2); }
td.TdClassName
{
border-color: #4F1502;
}
.TagClassName
{
border-color: #4F1502;
}
</style>