Shades of Brown Pod #4F1C0A
Tints of Brown Pod #4F1C0A
RGB
CMYK
RGB Variations
Color information
#4F1C0A (or 0x4F1C0A) is known color: Brown Pod. HEX triplet: 4F, 1C and 0A. RGB value is (79,28,10). Sum of RGB (Red+Green+Blue) = 79+28+10=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1C0A is #B0E3F5. Grayscale: #292929. Windows color (decimal): -11592694 or 662607. OLE color: 662607.
HSL color Cylindrical-coordinate representation of color #4F1C0A: hue angle of 15.65º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1C0A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 10 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.69 |
| HSL | 15.65º | 0.78% | 0.17% | - |
| HSV(B) | 15.65º | 0.87% | 0.31% | - |
| XYZ | 3.69 | 2.51 | 0.58 | - |
| YUV | 41.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 10 | 0 | 0.65 | 0.87 | 0.69 | 15.65 | 0.78 | 0.17 |
| Hex | 4F | 1C | A | 0 | 41 | 57 | 45 | 10 | 4E | 11 |
| Octal | 117 | 34 | 12 | 0 | 101 | 127 | 105 | 20 | 116 | 21 |
| Binary | 1001111 | 11100 | 1010 | 0 | 1000001 | 1010111 | 1000101 | 10000 | 1001110 | 10001 |
Color Harmonies of #4F1C0A
Complementary color
Monochromatic Colors of #4F1C0A
Black with #4F1C0A
Text Example
Text Example
White with #4F1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C0A; }
p { color: rgb(79,28,10); }
H1.HeaderClassName
{
color: #4F1C0A;
}
.AnyTagClassName
{
color: #4F1C0A;
}
</style>
background-color css
<style>
a { background-color: #4F1C0A; }
a { background-color: rgb(79,28,10); }
div.DivClassName
{
background-color: #4F1C0A;
}
.BgClassName
{
background-color: #4F1C0A;
}
</style>
border-color css
<style>
span { border-color: #4F1C0A; }
span { border-color: rgb(79,28,10); }
td.TdClassName
{
border-color: #4F1C0A;
}
.TagClassName
{
border-color: #4F1C0A;
}
</style>