Shades of Brown Pod #402522
Tints of Brown Pod #402522
RGB
CMYK
RGB Variations
Color information
#402522 (or 0x402522) is known color: Brown Pod. HEX triplet: 40, 25 and 22. RGB value is (64,37,34). Sum of RGB (Red+Green+Blue) = 64+37+34=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402522 is #BFDADD. Grayscale: #2C2C2C. Windows color (decimal): -12573406 or 2237760. OLE color: 2237760.
HSL color Cylindrical-coordinate representation of color #402522: hue angle of 6º 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 #402522 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 34 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.75 |
| HSL | 6º | 0.31% | 0.19% | - |
| HSV(B) | 6º | 0.47% | 0.25% | - |
| XYZ | 3.06 | 2.53 | 1.84 | - |
| YUV | 44.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 34 | 0 | 0.42 | 0.47 | 0.75 | 6 | 0.31 | 0.19 |
| Hex | 40 | 25 | 22 | 0 | 2A | 2F | 4B | 6 | 1F | 13 |
| Octal | 100 | 45 | 42 | 0 | 52 | 57 | 113 | 6 | 37 | 23 |
| Binary | 1000000 | 100101 | 100010 | 0 | 101010 | 101111 | 1001011 | 110 | 11111 | 10011 |
Color Harmonies of #402522
Complementary color
Monochromatic Colors of #402522
Black with #402522
Text Example
Text Example
White with #402522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402522; }
p { color: rgb(64,37,34); }
H1.HeaderClassName
{
color: #402522;
}
.AnyTagClassName
{
color: #402522;
}
</style>
background-color css
<style>
a { background-color: #402522; }
a { background-color: rgb(64,37,34); }
div.DivClassName
{
background-color: #402522;
}
.BgClassName
{
background-color: #402522;
}
</style>
border-color css
<style>
span { border-color: #402522; }
span { border-color: rgb(64,37,34); }
td.TdClassName
{
border-color: #402522;
}
.TagClassName
{
border-color: #402522;
}
</style>