Shades of Brown Pod #401C0F
Tints of Brown Pod #401C0F
RGB
CMYK
RGB Variations
Color information
#401C0F (or 0x401C0F) is known color: Brown Pod. HEX triplet: 40, 1C and 0F. RGB value is (64,28,15). Sum of RGB (Red+Green+Blue) = 64+28+15=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C0F is #BFE3F0. Grayscale: #252525. Windows color (decimal): -12575729 or 990272. OLE color: 990272.
HSL color Cylindrical-coordinate representation of color #401C0F: hue angle of 15.92º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401C0F is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 15 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.75 |
| HSL | 15.92º | 0.62% | 0.15% | - |
| HSV(B) | 15.92º | 0.77% | 0.25% | - |
| XYZ | 2.62 | 1.95 | 0.69 | - |
| YUV | 37.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 15 | 0 | 0.56 | 0.77 | 0.75 | 15.92 | 0.62 | 0.15 |
| Hex | 40 | 1C | F | 0 | 38 | 4D | 4B | 10 | 3E | F |
| Octal | 100 | 34 | 17 | 0 | 70 | 115 | 113 | 20 | 76 | 17 |
| Binary | 1000000 | 11100 | 1111 | 0 | 111000 | 1001101 | 1001011 | 10000 | 111110 | 1111 |
Color Harmonies of #401C0F
Complementary color
Monochromatic Colors of #401C0F
Black with #401C0F
Text Example
Text Example
White with #401C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C0F; }
p { color: rgb(64,28,15); }
H1.HeaderClassName
{
color: #401C0F;
}
.AnyTagClassName
{
color: #401C0F;
}
</style>
background-color css
<style>
a { background-color: #401C0F; }
a { background-color: rgb(64,28,15); }
div.DivClassName
{
background-color: #401C0F;
}
.BgClassName
{
background-color: #401C0F;
}
</style>
border-color css
<style>
span { border-color: #401C0F; }
span { border-color: rgb(64,28,15); }
td.TdClassName
{
border-color: #401C0F;
}
.TagClassName
{
border-color: #401C0F;
}
</style>