Shades of Brown Pod #401A05
Tints of Brown Pod #401A05
RGB
CMYK
RGB Variations
Color information
#401A05 (or 0x401A05) is known color: Brown Pod. HEX triplet: 40, 1A and 05. RGB value is (64,26,5). Sum of RGB (Red+Green+Blue) = 64+26+5=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A05 is #BFE5FA. Grayscale: #232323. Windows color (decimal): -12576251 or 334400. OLE color: 334400.
HSL color Cylindrical-coordinate representation of color #401A05: hue angle of 21.36º 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 #401A05 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 5 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.75 |
| HSL | 21.36º | 0.86% | 0.14% | - |
| HSV(B) | 21.36º | 0.92% | 0.25% | - |
| XYZ | 2.51 | 1.84 | 0.37 | - |
| YUV | 34.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 5 | 0 | 0.59 | 0.92 | 0.75 | 21.36 | 0.86 | 0.14 |
| Hex | 40 | 1A | 5 | 0 | 3B | 5C | 4B | 15 | 56 | E |
| Octal | 100 | 32 | 5 | 0 | 73 | 134 | 113 | 25 | 126 | 16 |
| Binary | 1000000 | 11010 | 101 | 0 | 111011 | 1011100 | 1001011 | 10101 | 1010110 | 1110 |
Color Harmonies of #401A05
Complementary color
Monochromatic Colors of #401A05
Black with #401A05
Text Example
Text Example
White with #401A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A05; }
p { color: rgb(64,26,5); }
H1.HeaderClassName
{
color: #401A05;
}
.AnyTagClassName
{
color: #401A05;
}
</style>
background-color css
<style>
a { background-color: #401A05; }
a { background-color: rgb(64,26,5); }
div.DivClassName
{
background-color: #401A05;
}
.BgClassName
{
background-color: #401A05;
}
</style>
border-color css
<style>
span { border-color: #401A05; }
span { border-color: rgb(64,26,5); }
td.TdClassName
{
border-color: #401A05;
}
.TagClassName
{
border-color: #401A05;
}
</style>