Shades of Brown Pod #401C09
Tints of Brown Pod #401C09
RGB
CMYK
RGB Variations
Color information
#401C09 (or 0x401C09) is known color: Brown Pod. HEX triplet: 40, 1C and 09. RGB value is (64,28,9). Sum of RGB (Red+Green+Blue) = 64+28+9=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C09 is #BFE3F6. Grayscale: #242424. Windows color (decimal): -12575735 or 597056. OLE color: 597056.
HSL color Cylindrical-coordinate representation of color #401C09: hue angle of 20.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401C09 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 9 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.75 |
| HSL | 20.73º | 0.75% | 0.14% | - |
| HSV(B) | 20.73º | 0.86% | 0.25% | - |
| XYZ | 2.58 | 1.94 | 0.5 | - |
| YUV | 36.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 9 | 0 | 0.56 | 0.86 | 0.75 | 20.73 | 0.75 | 0.14 |
| Hex | 40 | 1C | 9 | 0 | 38 | 56 | 4B | 15 | 4B | E |
| Octal | 100 | 34 | 11 | 0 | 70 | 126 | 113 | 25 | 113 | 16 |
| Binary | 1000000 | 11100 | 1001 | 0 | 111000 | 1010110 | 1001011 | 10101 | 1001011 | 1110 |
Color Harmonies of #401C09
Complementary color
Monochromatic Colors of #401C09
Black with #401C09
Text Example
Text Example
White with #401C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C09; }
p { color: rgb(64,28,9); }
H1.HeaderClassName
{
color: #401C09;
}
.AnyTagClassName
{
color: #401C09;
}
</style>
background-color css
<style>
a { background-color: #401C09; }
a { background-color: rgb(64,28,9); }
div.DivClassName
{
background-color: #401C09;
}
.BgClassName
{
background-color: #401C09;
}
</style>
border-color css
<style>
span { border-color: #401C09; }
span { border-color: rgb(64,28,9); }
td.TdClassName
{
border-color: #401C09;
}
.TagClassName
{
border-color: #401C09;
}
</style>