Shades of Brown Pod #4F2008
Tints of Brown Pod #4F2008
RGB
CMYK
RGB Variations
Color information
#4F2008 (or 0x4F2008) is known color: Brown Pod. HEX triplet: 4F, 20 and 08. RGB value is (79,32,8). Sum of RGB (Red+Green+Blue) = 79+32+8=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2008 is #B0DFF7. Grayscale: #2B2B2B. Windows color (decimal): -11591672 or 532559. OLE color: 532559.
HSL color Cylindrical-coordinate representation of color #4F2008: hue angle of 20.28º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F2008 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 8 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.69 |
| HSL | 20.28º | 0.82% | 0.17% | - |
| HSV(B) | 20.28º | 0.9% | 0.31% | - |
| XYZ | 3.78 | 2.71 | 0.55 | - |
| YUV | 43.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 8 | 0 | 0.59 | 0.90 | 0.69 | 20.28 | 0.82 | 0.17 |
| Hex | 4F | 20 | 8 | 0 | 3B | 5A | 45 | 14 | 52 | 11 |
| Octal | 117 | 40 | 10 | 0 | 73 | 132 | 105 | 24 | 122 | 21 |
| Binary | 1001111 | 100000 | 1000 | 0 | 111011 | 1011010 | 1000101 | 10100 | 1010010 | 10001 |
Color Harmonies of #4F2008
Complementary color
Monochromatic Colors of #4F2008
Black with #4F2008
Text Example
Text Example
White with #4F2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2008; }
p { color: rgb(79,32,8); }
H1.HeaderClassName
{
color: #4F2008;
}
.AnyTagClassName
{
color: #4F2008;
}
</style>
background-color css
<style>
a { background-color: #4F2008; }
a { background-color: rgb(79,32,8); }
div.DivClassName
{
background-color: #4F2008;
}
.BgClassName
{
background-color: #4F2008;
}
</style>
border-color css
<style>
span { border-color: #4F2008; }
span { border-color: rgb(79,32,8); }
td.TdClassName
{
border-color: #4F2008;
}
.TagClassName
{
border-color: #4F2008;
}
</style>