Shades of Brown Pod #402209
Tints of Brown Pod #402209
RGB
CMYK
RGB Variations
Color information
#402209 (or 0x402209) is known color: Brown Pod. HEX triplet: 40, 22 and 09. RGB value is (64,34,9). Sum of RGB (Red+Green+Blue) = 64+34+9=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402209 is #BFDDF6. Grayscale: #282828. Windows color (decimal): -12574199 or 598592. OLE color: 598592.
HSL color Cylindrical-coordinate representation of color #402209: hue angle of 27.27º 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 #402209 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 9 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.75 |
| HSL | 27.27º | 0.75% | 0.14% | - |
| HSV(B) | 27.27º | 0.86% | 0.25% | - |
| XYZ | 2.74 | 2.25 | 0.55 | - |
| YUV | 40.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 9 | 0 | 0.47 | 0.86 | 0.75 | 27.27 | 0.75 | 0.14 |
| Hex | 40 | 22 | 9 | 0 | 2F | 56 | 4B | 1B | 4B | E |
| Octal | 100 | 42 | 11 | 0 | 57 | 126 | 113 | 33 | 113 | 16 |
| Binary | 1000000 | 100010 | 1001 | 0 | 101111 | 1010110 | 1001011 | 11011 | 1001011 | 1110 |
Color Harmonies of #402209
Complementary color
Monochromatic Colors of #402209
Black with #402209
Text Example
Text Example
White with #402209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402209; }
p { color: rgb(64,34,9); }
H1.HeaderClassName
{
color: #402209;
}
.AnyTagClassName
{
color: #402209;
}
</style>
background-color css
<style>
a { background-color: #402209; }
a { background-color: rgb(64,34,9); }
div.DivClassName
{
background-color: #402209;
}
.BgClassName
{
background-color: #402209;
}
</style>
border-color css
<style>
span { border-color: #402209; }
span { border-color: rgb(64,34,9); }
td.TdClassName
{
border-color: #402209;
}
.TagClassName
{
border-color: #402209;
}
</style>