Shades of Brown Pod #401A04
Tints of Brown Pod #401A04
RGB
CMYK
RGB Variations
Color information
#401A04 (or 0x401A04) is known color: Brown Pod. HEX triplet: 40, 1A and 04. RGB value is (64,26,4). Sum of RGB (Red+Green+Blue) = 64+26+4=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A04 is #BFE5FB. Grayscale: #222222. Windows color (decimal): -12576252 or 268864. OLE color: 268864.
HSL color Cylindrical-coordinate representation of color #401A04: hue angle of 22º 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 #401A04 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 4 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.75 |
| HSL | 22º | 0.88% | 0.13% | - |
| HSV(B) | 22º | 0.94% | 0.25% | - |
| XYZ | 2.51 | 1.84 | 0.34 | - |
| YUV | 34.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 4 | 0 | 0.59 | 0.94 | 0.75 | 22 | 0.88 | 0.13 |
| Hex | 40 | 1A | 4 | 0 | 3B | 5E | 4B | 16 | 58 | D |
| Octal | 100 | 32 | 4 | 0 | 73 | 136 | 113 | 26 | 130 | 15 |
| Binary | 1000000 | 11010 | 100 | 0 | 111011 | 1011110 | 1001011 | 10110 | 1011000 | 1101 |
Color Harmonies of #401A04
Complementary color
Monochromatic Colors of #401A04
Black with #401A04
Text Example
Text Example
White with #401A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A04; }
p { color: rgb(64,26,4); }
H1.HeaderClassName
{
color: #401A04;
}
.AnyTagClassName
{
color: #401A04;
}
</style>
background-color css
<style>
a { background-color: #401A04; }
a { background-color: rgb(64,26,4); }
div.DivClassName
{
background-color: #401A04;
}
.BgClassName
{
background-color: #401A04;
}
</style>
border-color css
<style>
span { border-color: #401A04; }
span { border-color: rgb(64,26,4); }
td.TdClassName
{
border-color: #401A04;
}
.TagClassName
{
border-color: #401A04;
}
</style>