Shades of Brown Pod #401805
Tints of Brown Pod #401805
RGB
CMYK
RGB Variations
Color information
#401805 (or 0x401805) is known color: Brown Pod. HEX triplet: 40, 18 and 05. RGB value is (64,24,5). Sum of RGB (Red+Green+Blue) = 64+24+5=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401805 is #BFE7FA. Grayscale: #212121. Windows color (decimal): -12576763 or 333888. OLE color: 333888.
HSL color Cylindrical-coordinate representation of color #401805: hue angle of 19.32º 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 #401805 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 5 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.75 |
| HSL | 19.32º | 0.86% | 0.14% | - |
| HSV(B) | 19.32º | 0.92% | 0.25% | - |
| XYZ | 2.47 | 1.75 | 0.35 | - |
| YUV | 33.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 5 | 0 | 0.62 | 0.92 | 0.75 | 19.32 | 0.86 | 0.14 |
| Hex | 40 | 18 | 5 | 0 | 3E | 5C | 4B | 13 | 56 | E |
| Octal | 100 | 30 | 5 | 0 | 76 | 134 | 113 | 23 | 126 | 16 |
| Binary | 1000000 | 11000 | 101 | 0 | 111110 | 1011100 | 1001011 | 10011 | 1010110 | 1110 |
Color Harmonies of #401805
Complementary color
Monochromatic Colors of #401805
Black with #401805
Text Example
Text Example
White with #401805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401805; }
p { color: rgb(64,24,5); }
H1.HeaderClassName
{
color: #401805;
}
.AnyTagClassName
{
color: #401805;
}
</style>
background-color css
<style>
a { background-color: #401805; }
a { background-color: rgb(64,24,5); }
div.DivClassName
{
background-color: #401805;
}
.BgClassName
{
background-color: #401805;
}
</style>
border-color css
<style>
span { border-color: #401805; }
span { border-color: rgb(64,24,5); }
td.TdClassName
{
border-color: #401805;
}
.TagClassName
{
border-color: #401805;
}
</style>