Shades of Brown Pod #401605
Tints of Brown Pod #401605
RGB
CMYK
RGB Variations
Color information
#401605 (or 0x401605) is known color: Brown Pod. HEX triplet: 40, 16 and 05. RGB value is (64,22,5). Sum of RGB (Red+Green+Blue) = 64+22+5=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401605 is #BFE9FA. Grayscale: #202020. Windows color (decimal): -12577275 or 333376. OLE color: 333376.
HSL color Cylindrical-coordinate representation of color #401605: hue angle of 17.29º 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 #401605 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 5 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.75 |
| HSL | 17.29º | 0.86% | 0.14% | - |
| HSV(B) | 17.29º | 0.92% | 0.25% | - |
| XYZ | 2.43 | 1.67 | 0.34 | - |
| YUV | 32.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 5 | 0 | 0.66 | 0.92 | 0.75 | 17.29 | 0.86 | 0.14 |
| Hex | 40 | 16 | 5 | 0 | 42 | 5C | 4B | 11 | 56 | E |
| Octal | 100 | 26 | 5 | 0 | 102 | 134 | 113 | 21 | 126 | 16 |
| Binary | 1000000 | 10110 | 101 | 0 | 1000010 | 1011100 | 1001011 | 10001 | 1010110 | 1110 |
Color Harmonies of #401605
Complementary color
Monochromatic Colors of #401605
Black with #401605
Text Example
Text Example
White with #401605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401605; }
p { color: rgb(64,22,5); }
H1.HeaderClassName
{
color: #401605;
}
.AnyTagClassName
{
color: #401605;
}
</style>
background-color css
<style>
a { background-color: #401605; }
a { background-color: rgb(64,22,5); }
div.DivClassName
{
background-color: #401605;
}
.BgClassName
{
background-color: #401605;
}
</style>
border-color css
<style>
span { border-color: #401605; }
span { border-color: rgb(64,22,5); }
td.TdClassName
{
border-color: #401605;
}
.TagClassName
{
border-color: #401605;
}
</style>