Shades of Brown Pod #4F1A06
Tints of Brown Pod #4F1A06
RGB
CMYK
RGB Variations
Color information
#4F1A06 (or 0x4F1A06) is known color: Brown Pod. HEX triplet: 4F, 1A and 06. RGB value is (79,26,6). Sum of RGB (Red+Green+Blue) = 79+26+6=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1A06 is #B0E5F9. Grayscale: #272727. Windows color (decimal): -11593210 or 399951. OLE color: 399951.
HSL color Cylindrical-coordinate representation of color #4F1A06: hue angle of 16.44º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F1A06 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 6 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.69 |
| HSL | 16.44º | 0.86% | 0.17% | - |
| HSV(B) | 16.44º | 0.92% | 0.31% | - |
| XYZ | 3.63 | 2.41 | 0.45 | - |
| YUV | 39.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 6 | 0 | 0.67 | 0.92 | 0.69 | 16.44 | 0.86 | 0.17 |
| Hex | 4F | 1A | 6 | 0 | 43 | 5C | 45 | 10 | 56 | 11 |
| Octal | 117 | 32 | 6 | 0 | 103 | 134 | 105 | 20 | 126 | 21 |
| Binary | 1001111 | 11010 | 110 | 0 | 1000011 | 1011100 | 1000101 | 10000 | 1010110 | 10001 |
Color Harmonies of #4F1A06
Complementary color
Monochromatic Colors of #4F1A06
Black with #4F1A06
Text Example
Text Example
White with #4F1A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A06; }
p { color: rgb(79,26,6); }
H1.HeaderClassName
{
color: #4F1A06;
}
.AnyTagClassName
{
color: #4F1A06;
}
</style>
background-color css
<style>
a { background-color: #4F1A06; }
a { background-color: rgb(79,26,6); }
div.DivClassName
{
background-color: #4F1A06;
}
.BgClassName
{
background-color: #4F1A06;
}
</style>
border-color css
<style>
span { border-color: #4F1A06; }
span { border-color: rgb(79,26,6); }
td.TdClassName
{
border-color: #4F1A06;
}
.TagClassName
{
border-color: #4F1A06;
}
</style>