Shades of Brown Pod #401D0B
Tints of Brown Pod #401D0B
RGB
CMYK
RGB Variations
Color information
#401D0B (or 0x401D0B) is known color: Brown Pod. HEX triplet: 40, 1D and 0B. RGB value is (64,29,11). Sum of RGB (Red+Green+Blue) = 64+29+11=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D0B is #BFE2F4. Grayscale: #252525. Windows color (decimal): -12575477 or 728384. OLE color: 728384.
HSL color Cylindrical-coordinate representation of color #401D0B: hue angle of 20.38º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401D0B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 11 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.75 |
| HSL | 20.38º | 0.71% | 0.15% | - |
| HSV(B) | 20.38º | 0.83% | 0.25% | - |
| XYZ | 2.61 | 1.99 | 0.56 | - |
| YUV | 37.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 11 | 0 | 0.55 | 0.83 | 0.75 | 20.38 | 0.71 | 0.15 |
| Hex | 40 | 1D | B | 0 | 37 | 53 | 4B | 14 | 47 | F |
| Octal | 100 | 35 | 13 | 0 | 67 | 123 | 113 | 24 | 107 | 17 |
| Binary | 1000000 | 11101 | 1011 | 0 | 110111 | 1010011 | 1001011 | 10100 | 1000111 | 1111 |
Color Harmonies of #401D0B
Complementary color
Monochromatic Colors of #401D0B
Black with #401D0B
Text Example
Text Example
White with #401D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D0B; }
p { color: rgb(64,29,11); }
H1.HeaderClassName
{
color: #401D0B;
}
.AnyTagClassName
{
color: #401D0B;
}
</style>
background-color css
<style>
a { background-color: #401D0B; }
a { background-color: rgb(64,29,11); }
div.DivClassName
{
background-color: #401D0B;
}
.BgClassName
{
background-color: #401D0B;
}
</style>
border-color css
<style>
span { border-color: #401D0B; }
span { border-color: rgb(64,29,11); }
td.TdClassName
{
border-color: #401D0B;
}
.TagClassName
{
border-color: #401D0B;
}
</style>