Shades of Brown Pod #401D09
Tints of Brown Pod #401D09
RGB
CMYK
RGB Variations
Color information
#401D09 (or 0x401D09) is known color: Brown Pod. HEX triplet: 40, 1D and 09. RGB value is (64,29,9). Sum of RGB (Red+Green+Blue) = 64+29+9=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D09 is #BFE2F6. Grayscale: #252525. Windows color (decimal): -12575479 or 597312. OLE color: 597312.
HSL color Cylindrical-coordinate representation of color #401D09: hue angle of 21.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401D09 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 9 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.75 |
| HSL | 21.82º | 0.75% | 0.14% | - |
| HSV(B) | 21.82º | 0.86% | 0.25% | - |
| XYZ | 2.6 | 1.99 | 0.51 | - |
| YUV | 37.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 9 | 0 | 0.55 | 0.86 | 0.75 | 21.82 | 0.75 | 0.14 |
| Hex | 40 | 1D | 9 | 0 | 37 | 56 | 4B | 16 | 4B | E |
| Octal | 100 | 35 | 11 | 0 | 67 | 126 | 113 | 26 | 113 | 16 |
| Binary | 1000000 | 11101 | 1001 | 0 | 110111 | 1010110 | 1001011 | 10110 | 1001011 | 1110 |
Color Harmonies of #401D09
Complementary color
Monochromatic Colors of #401D09
Black with #401D09
Text Example
Text Example
White with #401D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D09; }
p { color: rgb(64,29,9); }
H1.HeaderClassName
{
color: #401D09;
}
.AnyTagClassName
{
color: #401D09;
}
</style>
background-color css
<style>
a { background-color: #401D09; }
a { background-color: rgb(64,29,9); }
div.DivClassName
{
background-color: #401D09;
}
.BgClassName
{
background-color: #401D09;
}
</style>
border-color css
<style>
span { border-color: #401D09; }
span { border-color: rgb(64,29,9); }
td.TdClassName
{
border-color: #401D09;
}
.TagClassName
{
border-color: #401D09;
}
</style>