Shades of Brown Pod #402822
Tints of Brown Pod #402822
RGB
CMYK
RGB Variations
Color information
#402822 (or 0x402822) is known color: Brown Pod. HEX triplet: 40, 28 and 22. RGB value is (64,40,34). Sum of RGB (Red+Green+Blue) = 64+40+34=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402822 is #BFD7DD. Grayscale: #2E2E2E. Windows color (decimal): -12572638 or 2238528. OLE color: 2238528.
HSL color Cylindrical-coordinate representation of color #402822: hue angle of 12º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402822 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 34 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.75 |
| HSL | 12º | 0.31% | 0.19% | - |
| HSV(B) | 12º | 0.47% | 0.25% | - |
| XYZ | 3.16 | 2.72 | 1.87 | - |
| YUV | 46.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 34 | 0 | 0.38 | 0.47 | 0.75 | 12 | 0.31 | 0.19 |
| Hex | 40 | 28 | 22 | 0 | 26 | 2F | 4B | C | 1F | 13 |
| Octal | 100 | 50 | 42 | 0 | 46 | 57 | 113 | 14 | 37 | 23 |
| Binary | 1000000 | 101000 | 100010 | 0 | 100110 | 101111 | 1001011 | 1100 | 11111 | 10011 |
Color Harmonies of #402822
Complementary color
Monochromatic Colors of #402822
Black with #402822
Text Example
Text Example
White with #402822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402822; }
p { color: rgb(64,40,34); }
H1.HeaderClassName
{
color: #402822;
}
.AnyTagClassName
{
color: #402822;
}
</style>
background-color css
<style>
a { background-color: #402822; }
a { background-color: rgb(64,40,34); }
div.DivClassName
{
background-color: #402822;
}
.BgClassName
{
background-color: #402822;
}
</style>
border-color css
<style>
span { border-color: #402822; }
span { border-color: rgb(64,40,34); }
td.TdClassName
{
border-color: #402822;
}
.TagClassName
{
border-color: #402822;
}
</style>