Shades of Brown Pod #4F1A0B
Tints of Brown Pod #4F1A0B
RGB
CMYK
RGB Variations
Color information
#4F1A0B (or 0x4F1A0B) is known color: Brown Pod. HEX triplet: 4F, 1A and 0B. RGB value is (79,26,11). Sum of RGB (Red+Green+Blue) = 79+26+11=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1A0B is #B0E5F4. Grayscale: #282828. Windows color (decimal): -11593205 or 727631. OLE color: 727631.
HSL color Cylindrical-coordinate representation of color #4F1A0B: hue angle of 13.24º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1A0B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 26 | 11 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.69 |
| HSL | 13.24º | 0.76% | 0.18% | - |
| HSV(B) | 13.24º | 0.86% | 0.31% | - |
| XYZ | 3.65 | 2.43 | 0.59 | - |
| YUV | 40.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 11 | 0 | 0.67 | 0.86 | 0.69 | 13.24 | 0.76 | 0.18 |
| Hex | 4F | 1A | B | 0 | 43 | 56 | 45 | D | 4C | 12 |
| Octal | 117 | 32 | 13 | 0 | 103 | 126 | 105 | 15 | 114 | 22 |
| Binary | 1001111 | 11010 | 1011 | 0 | 1000011 | 1010110 | 1000101 | 1101 | 1001100 | 10010 |
Color Harmonies of #4F1A0B
Complementary color
Monochromatic Colors of #4F1A0B
Black with #4F1A0B
Text Example
Text Example
White with #4F1A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1A0B; }
p { color: rgb(79,26,11); }
H1.HeaderClassName
{
color: #4F1A0B;
}
.AnyTagClassName
{
color: #4F1A0B;
}
</style>
background-color css
<style>
a { background-color: #4F1A0B; }
a { background-color: rgb(79,26,11); }
div.DivClassName
{
background-color: #4F1A0B;
}
.BgClassName
{
background-color: #4F1A0B;
}
</style>
border-color css
<style>
span { border-color: #4F1A0B; }
span { border-color: rgb(79,26,11); }
td.TdClassName
{
border-color: #4F1A0B;
}
.TagClassName
{
border-color: #4F1A0B;
}
</style>