Shades of Brown Pod #401F04
Tints of Brown Pod #401F04
RGB
CMYK
RGB Variations
Color information
#401F04 (or 0x401F04) is known color: Brown Pod. HEX triplet: 40, 1F and 04. RGB value is (64,31,4). Sum of RGB (Red+Green+Blue) = 64+31+4=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F04 is #BFE0FB. Grayscale: #252525. Windows color (decimal): -12574972 or 270144. OLE color: 270144.
HSL color Cylindrical-coordinate representation of color #401F04: hue angle of 27º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #401F04 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 4 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.75 |
| HSL | 27º | 0.88% | 0.13% | - |
| HSV(B) | 27º | 0.94% | 0.25% | - |
| XYZ | 2.63 | 2.08 | 0.38 | - |
| YUV | 37.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 4 | 0 | 0.52 | 0.94 | 0.75 | 27 | 0.88 | 0.13 |
| Hex | 40 | 1F | 4 | 0 | 34 | 5E | 4B | 1B | 58 | D |
| Octal | 100 | 37 | 4 | 0 | 64 | 136 | 113 | 33 | 130 | 15 |
| Binary | 1000000 | 11111 | 100 | 0 | 110100 | 1011110 | 1001011 | 11011 | 1011000 | 1101 |
Color Harmonies of #401F04
Complementary color
Monochromatic Colors of #401F04
Black with #401F04
Text Example
Text Example
White with #401F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F04; }
p { color: rgb(64,31,4); }
H1.HeaderClassName
{
color: #401F04;
}
.AnyTagClassName
{
color: #401F04;
}
</style>
background-color css
<style>
a { background-color: #401F04; }
a { background-color: rgb(64,31,4); }
div.DivClassName
{
background-color: #401F04;
}
.BgClassName
{
background-color: #401F04;
}
</style>
border-color css
<style>
span { border-color: #401F04; }
span { border-color: rgb(64,31,4); }
td.TdClassName
{
border-color: #401F04;
}
.TagClassName
{
border-color: #401F04;
}
</style>