Shades of Brown Pod #401D07
Tints of Brown Pod #401D07
RGB
CMYK
RGB Variations
Color information
#401D07 (or 0x401D07) is known color: Brown Pod. HEX triplet: 40, 1D and 07. RGB value is (64,29,7). Sum of RGB (Red+Green+Blue) = 64+29+7=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D07 is #BFE2F8. Grayscale: #252525. Windows color (decimal): -12575481 or 466240. OLE color: 466240.
HSL color Cylindrical-coordinate representation of color #401D07: hue angle of 23.16º 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 #401D07 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 7 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.75 |
| HSL | 23.16º | 0.8% | 0.14% | - |
| HSV(B) | 23.16º | 0.89% | 0.25% | - |
| XYZ | 2.59 | 1.98 | 0.45 | - |
| YUV | 36.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 7 | 0 | 0.55 | 0.89 | 0.75 | 23.16 | 0.8 | 0.14 |
| Hex | 40 | 1D | 7 | 0 | 37 | 59 | 4B | 17 | 50 | E |
| Octal | 100 | 35 | 7 | 0 | 67 | 131 | 113 | 27 | 120 | 16 |
| Binary | 1000000 | 11101 | 111 | 0 | 110111 | 1011001 | 1001011 | 10111 | 1010000 | 1110 |
Color Harmonies of #401D07
Complementary color
Monochromatic Colors of #401D07
Black with #401D07
Text Example
Text Example
White with #401D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D07; }
p { color: rgb(64,29,7); }
H1.HeaderClassName
{
color: #401D07;
}
.AnyTagClassName
{
color: #401D07;
}
</style>
background-color css
<style>
a { background-color: #401D07; }
a { background-color: rgb(64,29,7); }
div.DivClassName
{
background-color: #401D07;
}
.BgClassName
{
background-color: #401D07;
}
</style>
border-color css
<style>
span { border-color: #401D07; }
span { border-color: rgb(64,29,7); }
td.TdClassName
{
border-color: #401D07;
}
.TagClassName
{
border-color: #401D07;
}
</style>