Shades of Brown Pod #402109
Tints of Brown Pod #402109
RGB
CMYK
RGB Variations
Color information
#402109 (or 0x402109) is known color: Brown Pod. HEX triplet: 40, 21 and 09. RGB value is (64,33,9). Sum of RGB (Red+Green+Blue) = 64+33+9=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402109 is #BFDEF6. Grayscale: #272727. Windows color (decimal): -12574455 or 598336. OLE color: 598336.
HSL color Cylindrical-coordinate representation of color #402109: hue angle of 26.18º 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 #402109 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 9 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.75 |
| HSL | 26.18º | 0.75% | 0.14% | - |
| HSV(B) | 26.18º | 0.86% | 0.25% | - |
| XYZ | 2.71 | 2.2 | 0.54 | - |
| YUV | 39.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 9 | 0 | 0.48 | 0.86 | 0.75 | 26.18 | 0.75 | 0.14 |
| Hex | 40 | 21 | 9 | 0 | 30 | 56 | 4B | 1A | 4B | E |
| Octal | 100 | 41 | 11 | 0 | 60 | 126 | 113 | 32 | 113 | 16 |
| Binary | 1000000 | 100001 | 1001 | 0 | 110000 | 1010110 | 1001011 | 11010 | 1001011 | 1110 |
Color Harmonies of #402109
Complementary color
Monochromatic Colors of #402109
Black with #402109
Text Example
Text Example
White with #402109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402109; }
p { color: rgb(64,33,9); }
H1.HeaderClassName
{
color: #402109;
}
.AnyTagClassName
{
color: #402109;
}
</style>
background-color css
<style>
a { background-color: #402109; }
a { background-color: rgb(64,33,9); }
div.DivClassName
{
background-color: #402109;
}
.BgClassName
{
background-color: #402109;
}
</style>
border-color css
<style>
span { border-color: #402109; }
span { border-color: rgb(64,33,9); }
td.TdClassName
{
border-color: #402109;
}
.TagClassName
{
border-color: #402109;
}
</style>