Shades of Brown Pod #402520
Tints of Brown Pod #402520
RGB
CMYK
RGB Variations
Color information
#402520 (or 0x402520) is known color: Brown Pod. HEX triplet: 40, 25 and 20. RGB value is (64,37,32). Sum of RGB (Red+Green+Blue) = 64+37+32=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402520 is #BFDADF. Grayscale: #2C2C2C. Windows color (decimal): -12573408 or 2106688. OLE color: 2106688.
HSL color Cylindrical-coordinate representation of color #402520: hue angle of 9.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402520 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 32 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.75 |
| HSL | 9.38º | 0.33% | 0.19% | - |
| HSV(B) | 9.38º | 0.5% | 0.25% | - |
| XYZ | 3.04 | 2.52 | 1.69 | - |
| YUV | 44.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 32 | 0 | 0.42 | 0.50 | 0.75 | 9.38 | 0.33 | 0.19 |
| Hex | 40 | 25 | 20 | 0 | 2A | 32 | 4B | 9 | 21 | 13 |
| Octal | 100 | 45 | 40 | 0 | 52 | 62 | 113 | 11 | 41 | 23 |
| Binary | 1000000 | 100101 | 100000 | 0 | 101010 | 110010 | 1001011 | 1001 | 100001 | 10011 |
Color Harmonies of #402520
Complementary color
Monochromatic Colors of #402520
Black with #402520
Text Example
Text Example
White with #402520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402520; }
p { color: rgb(64,37,32); }
H1.HeaderClassName
{
color: #402520;
}
.AnyTagClassName
{
color: #402520;
}
</style>
background-color css
<style>
a { background-color: #402520; }
a { background-color: rgb(64,37,32); }
div.DivClassName
{
background-color: #402520;
}
.BgClassName
{
background-color: #402520;
}
</style>
border-color css
<style>
span { border-color: #402520; }
span { border-color: rgb(64,37,32); }
td.TdClassName
{
border-color: #402520;
}
.TagClassName
{
border-color: #402520;
}
</style>