Shades of Brown Pod #401D0A
Tints of Brown Pod #401D0A
RGB
CMYK
RGB Variations
Color information
#401D0A (or 0x401D0A) is known color: Brown Pod. HEX triplet: 40, 1D and 0A. RGB value is (64,29,10). Sum of RGB (Red+Green+Blue) = 64+29+10=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D0A is #BFE2F5. Grayscale: #252525. Windows color (decimal): -12575478 or 662848. OLE color: 662848.
HSL color Cylindrical-coordinate representation of color #401D0A: hue angle of 21.11º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401D0A is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 10 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.75 |
| HSL | 21.11º | 0.73% | 0.15% | - |
| HSV(B) | 21.11º | 0.84% | 0.25% | - |
| XYZ | 2.61 | 1.99 | 0.53 | - |
| YUV | 37.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 10 | 0 | 0.55 | 0.84 | 0.75 | 21.11 | 0.73 | 0.15 |
| Hex | 40 | 1D | A | 0 | 37 | 54 | 4B | 15 | 49 | F |
| Octal | 100 | 35 | 12 | 0 | 67 | 124 | 113 | 25 | 111 | 17 |
| Binary | 1000000 | 11101 | 1010 | 0 | 110111 | 1010100 | 1001011 | 10101 | 1001001 | 1111 |
Color Harmonies of #401D0A
Complementary color
Monochromatic Colors of #401D0A
Black with #401D0A
Text Example
Text Example
White with #401D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D0A; }
p { color: rgb(64,29,10); }
H1.HeaderClassName
{
color: #401D0A;
}
.AnyTagClassName
{
color: #401D0A;
}
</style>
background-color css
<style>
a { background-color: #401D0A; }
a { background-color: rgb(64,29,10); }
div.DivClassName
{
background-color: #401D0A;
}
.BgClassName
{
background-color: #401D0A;
}
</style>
border-color css
<style>
span { border-color: #401D0A; }
span { border-color: rgb(64,29,10); }
td.TdClassName
{
border-color: #401D0A;
}
.TagClassName
{
border-color: #401D0A;
}
</style>