Shades of Brown Pod #401D11
Tints of Brown Pod #401D11
RGB
CMYK
RGB Variations
Color information
#401D11 (or 0x401D11) is known color: Brown Pod. HEX triplet: 40, 1D and 11. RGB value is (64,29,17). Sum of RGB (Red+Green+Blue) = 64+29+17=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D11 is #BFE2EE. Grayscale: #262626. Windows color (decimal): -12575471 or 1121600. OLE color: 1121600.
HSL color Cylindrical-coordinate representation of color #401D11: hue angle of 15.32º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401D11 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 17 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.75 |
| HSL | 15.32º | 0.58% | 0.16% | - |
| HSV(B) | 15.32º | 0.73% | 0.25% | - |
| XYZ | 2.65 | 2.01 | 0.78 | - |
| YUV | 38.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 17 | 0 | 0.55 | 0.73 | 0.75 | 15.32 | 0.58 | 0.16 |
| Hex | 40 | 1D | 11 | 0 | 37 | 49 | 4B | F | 3A | 10 |
| Octal | 100 | 35 | 21 | 0 | 67 | 111 | 113 | 17 | 72 | 20 |
| Binary | 1000000 | 11101 | 10001 | 0 | 110111 | 1001001 | 1001011 | 1111 | 111010 | 10000 |
Color Harmonies of #401D11
Complementary color
Monochromatic Colors of #401D11
Black with #401D11
Text Example
Text Example
White with #401D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D11; }
p { color: rgb(64,29,17); }
H1.HeaderClassName
{
color: #401D11;
}
.AnyTagClassName
{
color: #401D11;
}
</style>
background-color css
<style>
a { background-color: #401D11; }
a { background-color: rgb(64,29,17); }
div.DivClassName
{
background-color: #401D11;
}
.BgClassName
{
background-color: #401D11;
}
</style>
border-color css
<style>
span { border-color: #401D11; }
span { border-color: rgb(64,29,17); }
td.TdClassName
{
border-color: #401D11;
}
.TagClassName
{
border-color: #401D11;
}
</style>