Shades of Brown Pod #401900
Tints of Brown Pod #401900
RGB
CMYK
RGB Variations
Color information
#401900 (or 0x401900) is known color: Brown Pod. HEX triplet: 40, 19 and 00. RGB value is (64,25,0). Sum of RGB (Red+Green+Blue) = 64+25+0=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401900 is #BFE6FF. Grayscale: #212121. Windows color (decimal): -12576512 or 6464. OLE color: 6464.
HSL color Cylindrical-coordinate representation of color #401900: hue angle of 23.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #401900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.75 |
| HSL | 23.44º | 1% | 0.13% | - |
| HSV(B) | 23.44º | 1% | 0.25% | - |
| XYZ | 2.46 | 1.79 | 0.21 | - |
| YUV | 33.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 0 | 0 | 0.61 | 1 | 0.75 | 23.44 | 1 | 0.13 |
| Hex | 40 | 19 | 0 | 0 | 3D | 64 | 4B | 17 | 64 | D |
| Octal | 100 | 31 | 0 | 0 | 75 | 144 | 113 | 27 | 144 | 15 |
| Binary | 1000000 | 11001 | 0 | 0 | 111101 | 1100100 | 1001011 | 10111 | 1100100 | 1101 |
Color Harmonies of #401900
Complementary color
Monochromatic Colors of #401900
Black with #401900
Text Example
Text Example
White with #401900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401900; }
p { color: rgb(64,25,0); }
H1.HeaderClassName
{
color: #401900;
}
.AnyTagClassName
{
color: #401900;
}
</style>
background-color css
<style>
a { background-color: #401900; }
a { background-color: rgb(64,25,0); }
div.DivClassName
{
background-color: #401900;
}
.BgClassName
{
background-color: #401900;
}
</style>
border-color css
<style>
span { border-color: #401900; }
span { border-color: rgb(64,25,0); }
td.TdClassName
{
border-color: #401900;
}
.TagClassName
{
border-color: #401900;
}
</style>