Shades of Brown Pod #401A00
Tints of Brown Pod #401A00
RGB
CMYK
RGB Variations
Color information
#401A00 (or 0x401A00) is known color: Brown Pod. HEX triplet: 40, 1A and 00. RGB value is (64,26,0). Sum of RGB (Red+Green+Blue) = 64+26+0=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A00 is #BFE5FF. Grayscale: #222222. Windows color (decimal): -12576256 or 6720. OLE color: 6720.
HSL color Cylindrical-coordinate representation of color #401A00: hue angle of 24.38º 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 #401A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.75 |
| HSL | 24.38º | 1% | 0.13% | - |
| HSV(B) | 24.38º | 1% | 0.25% | - |
| XYZ | 2.48 | 1.83 | 0.22 | - |
| YUV | 34.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 0 | 0 | 0.59 | 1 | 0.75 | 24.38 | 1 | 0.13 |
| Hex | 40 | 1A | 0 | 0 | 3B | 64 | 4B | 18 | 64 | D |
| Octal | 100 | 32 | 0 | 0 | 73 | 144 | 113 | 30 | 144 | 15 |
| Binary | 1000000 | 11010 | 0 | 0 | 111011 | 1100100 | 1001011 | 11000 | 1100100 | 1101 |
Color Harmonies of #401A00
Complementary color
Monochromatic Colors of #401A00
Black with #401A00
Text Example
Text Example
White with #401A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A00; }
p { color: rgb(64,26,0); }
H1.HeaderClassName
{
color: #401A00;
}
.AnyTagClassName
{
color: #401A00;
}
</style>
background-color css
<style>
a { background-color: #401A00; }
a { background-color: rgb(64,26,0); }
div.DivClassName
{
background-color: #401A00;
}
.BgClassName
{
background-color: #401A00;
}
</style>
border-color css
<style>
span { border-color: #401A00; }
span { border-color: rgb(64,26,0); }
td.TdClassName
{
border-color: #401A00;
}
.TagClassName
{
border-color: #401A00;
}
</style>