Shades of Brown Pod #401C07
Tints of Brown Pod #401C07
RGB
CMYK
RGB Variations
Color information
#401C07 (or 0x401C07) is known color: Brown Pod. HEX triplet: 40, 1C and 07. RGB value is (64,28,7). Sum of RGB (Red+Green+Blue) = 64+28+7=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C07 is #BFE3F8. Grayscale: #242424. Windows color (decimal): -12575737 or 465984. OLE color: 465984.
HSL color Cylindrical-coordinate representation of color #401C07: hue angle of 22.11º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401C07 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 7 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.75 |
| HSL | 22.11º | 0.8% | 0.14% | - |
| HSV(B) | 22.11º | 0.89% | 0.25% | - |
| XYZ | 2.57 | 1.94 | 0.44 | - |
| YUV | 36.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 7 | 0 | 0.56 | 0.89 | 0.75 | 22.11 | 0.8 | 0.14 |
| Hex | 40 | 1C | 7 | 0 | 38 | 59 | 4B | 16 | 50 | E |
| Octal | 100 | 34 | 7 | 0 | 70 | 131 | 113 | 26 | 120 | 16 |
| Binary | 1000000 | 11100 | 111 | 0 | 111000 | 1011001 | 1001011 | 10110 | 1010000 | 1110 |
Color Harmonies of #401C07
Complementary color
Monochromatic Colors of #401C07
Black with #401C07
Text Example
Text Example
White with #401C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C07; }
p { color: rgb(64,28,7); }
H1.HeaderClassName
{
color: #401C07;
}
.AnyTagClassName
{
color: #401C07;
}
</style>
background-color css
<style>
a { background-color: #401C07; }
a { background-color: rgb(64,28,7); }
div.DivClassName
{
background-color: #401C07;
}
.BgClassName
{
background-color: #401C07;
}
</style>
border-color css
<style>
span { border-color: #401C07; }
span { border-color: rgb(64,28,7); }
td.TdClassName
{
border-color: #401C07;
}
.TagClassName
{
border-color: #401C07;
}
</style>