Shades of Brown Pod #401F07
Tints of Brown Pod #401F07
RGB
CMYK
RGB Variations
Color information
#401F07 (or 0x401F07) is known color: Brown Pod. HEX triplet: 40, 1F and 07. RGB value is (64,31,7). Sum of RGB (Red+Green+Blue) = 64+31+7=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F07 is #BFE0F8. Grayscale: #262626. Windows color (decimal): -12574969 or 466752. OLE color: 466752.
HSL color Cylindrical-coordinate representation of color #401F07: hue angle of 25.26º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401F07 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 7 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.75 |
| HSL | 25.26º | 0.8% | 0.14% | - |
| HSV(B) | 25.26º | 0.89% | 0.25% | - |
| XYZ | 2.64 | 2.09 | 0.46 | - |
| YUV | 38.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 7 | 0 | 0.52 | 0.89 | 0.75 | 25.26 | 0.8 | 0.14 |
| Hex | 40 | 1F | 7 | 0 | 34 | 59 | 4B | 19 | 50 | E |
| Octal | 100 | 37 | 7 | 0 | 64 | 131 | 113 | 31 | 120 | 16 |
| Binary | 1000000 | 11111 | 111 | 0 | 110100 | 1011001 | 1001011 | 11001 | 1010000 | 1110 |
Color Harmonies of #401F07
Complementary color
Monochromatic Colors of #401F07
Black with #401F07
Text Example
Text Example
White with #401F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F07; }
p { color: rgb(64,31,7); }
H1.HeaderClassName
{
color: #401F07;
}
.AnyTagClassName
{
color: #401F07;
}
</style>
background-color css
<style>
a { background-color: #401F07; }
a { background-color: rgb(64,31,7); }
div.DivClassName
{
background-color: #401F07;
}
.BgClassName
{
background-color: #401F07;
}
</style>
border-color css
<style>
span { border-color: #401F07; }
span { border-color: rgb(64,31,7); }
td.TdClassName
{
border-color: #401F07;
}
.TagClassName
{
border-color: #401F07;
}
</style>