Shades of Brown Pod #4F1C01
Tints of Brown Pod #4F1C01
RGB
CMYK
RGB Variations
Color information
#4F1C01 (or 0x4F1C01) is known color: Brown Pod. HEX triplet: 4F, 1C and 01. RGB value is (79,28,1). Sum of RGB (Red+Green+Blue) = 79+28+1=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1C01 is #B0E3FE. Grayscale: #282828. Windows color (decimal): -11592703 or 72783. OLE color: 72783.
HSL color Cylindrical-coordinate representation of color #4F1C01: hue angle of 20.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F1C01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 28 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.69 |
| HSL | 20.77º | 0.98% | 0.16% | - |
| HSV(B) | 20.77º | 0.99% | 0.31% | - |
| XYZ | 3.65 | 2.49 | 0.32 | - |
| YUV | 40.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 1 | 0 | 0.65 | 0.99 | 0.69 | 20.77 | 0.98 | 0.16 |
| Hex | 4F | 1C | 1 | 0 | 41 | 63 | 45 | 15 | 62 | 10 |
| Octal | 117 | 34 | 1 | 0 | 101 | 143 | 105 | 25 | 142 | 20 |
| Binary | 1001111 | 11100 | 1 | 0 | 1000001 | 1100011 | 1000101 | 10101 | 1100010 | 10000 |
Color Harmonies of #4F1C01
Complementary color
Monochromatic Colors of #4F1C01
Black with #4F1C01
Text Example
Text Example
White with #4F1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1C01; }
p { color: rgb(79,28,1); }
H1.HeaderClassName
{
color: #4F1C01;
}
.AnyTagClassName
{
color: #4F1C01;
}
</style>
background-color css
<style>
a { background-color: #4F1C01; }
a { background-color: rgb(79,28,1); }
div.DivClassName
{
background-color: #4F1C01;
}
.BgClassName
{
background-color: #4F1C01;
}
</style>
border-color css
<style>
span { border-color: #4F1C01; }
span { border-color: rgb(79,28,1); }
td.TdClassName
{
border-color: #4F1C01;
}
.TagClassName
{
border-color: #4F1C01;
}
</style>