Shades of Brown Pod #401F08
Tints of Brown Pod #401F08
RGB
CMYK
RGB Variations
Color information
#401F08 (or 0x401F08) is known color: Brown Pod. HEX triplet: 40, 1F and 08. RGB value is (64,31,8). Sum of RGB (Red+Green+Blue) = 64+31+8=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F08 is #BFE0F7. Grayscale: #262626. Windows color (decimal): -12574968 or 532288. OLE color: 532288.
HSL color Cylindrical-coordinate representation of color #401F08: hue angle of 24.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401F08 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 8 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.75 |
| HSL | 24.64º | 0.78% | 0.14% | - |
| HSV(B) | 24.64º | 0.88% | 0.25% | - |
| XYZ | 2.65 | 2.09 | 0.49 | - |
| YUV | 38.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 8 | 0 | 0.52 | 0.87 | 0.75 | 24.64 | 0.78 | 0.14 |
| Hex | 40 | 1F | 8 | 0 | 34 | 57 | 4B | 19 | 4E | E |
| Octal | 100 | 37 | 10 | 0 | 64 | 127 | 113 | 31 | 116 | 16 |
| Binary | 1000000 | 11111 | 1000 | 0 | 110100 | 1010111 | 1001011 | 11001 | 1001110 | 1110 |
Color Harmonies of #401F08
Complementary color
Monochromatic Colors of #401F08
Black with #401F08
Text Example
Text Example
White with #401F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F08; }
p { color: rgb(64,31,8); }
H1.HeaderClassName
{
color: #401F08;
}
.AnyTagClassName
{
color: #401F08;
}
</style>
background-color css
<style>
a { background-color: #401F08; }
a { background-color: rgb(64,31,8); }
div.DivClassName
{
background-color: #401F08;
}
.BgClassName
{
background-color: #401F08;
}
</style>
border-color css
<style>
span { border-color: #401F08; }
span { border-color: rgb(64,31,8); }
td.TdClassName
{
border-color: #401F08;
}
.TagClassName
{
border-color: #401F08;
}
</style>