Shades of Brown Pod #4F1102
Tints of Brown Pod #4F1102
RGB
CMYK
RGB Variations
Color information
#4F1102 (or 0x4F1102) is known color: Brown Pod. HEX triplet: 4F, 11 and 02. RGB value is (79,17,2). Sum of RGB (Red+Green+Blue) = 79+17+2=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1102 is #B0EEFD. Grayscale: #212121. Windows color (decimal): -11595518 or 135503. OLE color: 135503.
HSL color Cylindrical-coordinate representation of color #4F1102: hue angle of 11.69º 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 #4F1102 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 2 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.69 |
| HSL | 11.69º | 0.95% | 0.16% | - |
| HSV(B) | 11.69º | 0.97% | 0.31% | - |
| XYZ | 3.44 | 2.07 | 0.28 | - |
| YUV | 33.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 2 | 0 | 0.78 | 0.97 | 0.69 | 11.69 | 0.95 | 0.16 |
| Hex | 4F | 11 | 2 | 0 | 4E | 61 | 45 | C | 5F | 10 |
| Octal | 117 | 21 | 2 | 0 | 116 | 141 | 105 | 14 | 137 | 20 |
| Binary | 1001111 | 10001 | 10 | 0 | 1001110 | 1100001 | 1000101 | 1100 | 1011111 | 10000 |
Color Harmonies of #4F1102
Complementary color
Monochromatic Colors of #4F1102
Black with #4F1102
Text Example
Text Example
White with #4F1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1102; }
p { color: rgb(79,17,2); }
H1.HeaderClassName
{
color: #4F1102;
}
.AnyTagClassName
{
color: #4F1102;
}
</style>
background-color css
<style>
a { background-color: #4F1102; }
a { background-color: rgb(79,17,2); }
div.DivClassName
{
background-color: #4F1102;
}
.BgClassName
{
background-color: #4F1102;
}
</style>
border-color css
<style>
span { border-color: #4F1102; }
span { border-color: rgb(79,17,2); }
td.TdClassName
{
border-color: #4F1102;
}
.TagClassName
{
border-color: #4F1102;
}
</style>