Shades of Brown Pod #401904
Tints of Brown Pod #401904
RGB
CMYK
RGB Variations
Color information
#401904 (or 0x401904) is known color: Brown Pod. HEX triplet: 40, 19 and 04. RGB value is (64,25,4). Sum of RGB (Red+Green+Blue) = 64+25+4=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401904 is #BFE6FB. Grayscale: #222222. Windows color (decimal): -12576508 or 268608. OLE color: 268608.
HSL color Cylindrical-coordinate representation of color #401904: hue angle of 21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #401904 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 4 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.75 |
| HSL | 21º | 0.88% | 0.13% | - |
| HSV(B) | 21º | 0.94% | 0.25% | - |
| XYZ | 2.48 | 1.79 | 0.33 | - |
| YUV | 34.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 4 | 0 | 0.61 | 0.94 | 0.75 | 21 | 0.88 | 0.13 |
| Hex | 40 | 19 | 4 | 0 | 3D | 5E | 4B | 15 | 58 | D |
| Octal | 100 | 31 | 4 | 0 | 75 | 136 | 113 | 25 | 130 | 15 |
| Binary | 1000000 | 11001 | 100 | 0 | 111101 | 1011110 | 1001011 | 10101 | 1011000 | 1101 |
Color Harmonies of #401904
Complementary color
Monochromatic Colors of #401904
Black with #401904
Text Example
Text Example
White with #401904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401904; }
p { color: rgb(64,25,4); }
H1.HeaderClassName
{
color: #401904;
}
.AnyTagClassName
{
color: #401904;
}
</style>
background-color css
<style>
a { background-color: #401904; }
a { background-color: rgb(64,25,4); }
div.DivClassName
{
background-color: #401904;
}
.BgClassName
{
background-color: #401904;
}
</style>
border-color css
<style>
span { border-color: #401904; }
span { border-color: rgb(64,25,4); }
td.TdClassName
{
border-color: #401904;
}
.TagClassName
{
border-color: #401904;
}
</style>