Shades of Brown Pod #401D05
Tints of Brown Pod #401D05
RGB
CMYK
RGB Variations
Color information
#401D05 (or 0x401D05) is known color: Brown Pod. HEX triplet: 40, 1D and 05. RGB value is (64,29,5). Sum of RGB (Red+Green+Blue) = 64+29+5=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D05 is #BFE2FA. Grayscale: #242424. Windows color (decimal): -12575483 or 335168. OLE color: 335168.
HSL color Cylindrical-coordinate representation of color #401D05: hue angle of 24.41º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #401D05 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 5 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.75 |
| HSL | 24.41º | 0.86% | 0.14% | - |
| HSV(B) | 24.41º | 0.92% | 0.25% | - |
| XYZ | 2.58 | 1.98 | 0.39 | - |
| YUV | 36.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 5 | 0 | 0.55 | 0.92 | 0.75 | 24.41 | 0.86 | 0.14 |
| Hex | 40 | 1D | 5 | 0 | 37 | 5C | 4B | 18 | 56 | E |
| Octal | 100 | 35 | 5 | 0 | 67 | 134 | 113 | 30 | 126 | 16 |
| Binary | 1000000 | 11101 | 101 | 0 | 110111 | 1011100 | 1001011 | 11000 | 1010110 | 1110 |
Color Harmonies of #401D05
Complementary color
Monochromatic Colors of #401D05
Black with #401D05
Text Example
Text Example
White with #401D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D05; }
p { color: rgb(64,29,5); }
H1.HeaderClassName
{
color: #401D05;
}
.AnyTagClassName
{
color: #401D05;
}
</style>
background-color css
<style>
a { background-color: #401D05; }
a { background-color: rgb(64,29,5); }
div.DivClassName
{
background-color: #401D05;
}
.BgClassName
{
background-color: #401D05;
}
</style>
border-color css
<style>
span { border-color: #401D05; }
span { border-color: rgb(64,29,5); }
td.TdClassName
{
border-color: #401D05;
}
.TagClassName
{
border-color: #401D05;
}
</style>