Shades of Brown Pod #402621
Tints of Brown Pod #402621
RGB
CMYK
RGB Variations
Color information
#402621 (or 0x402621) is known color: Brown Pod. HEX triplet: 40, 26 and 21. RGB value is (64,38,33). Sum of RGB (Red+Green+Blue) = 64+38+33=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402621 is #BFD9DE. Grayscale: #2D2D2D. Windows color (decimal): -12573151 or 2172480. OLE color: 2172480.
HSL color Cylindrical-coordinate representation of color #402621: hue angle of 9.68º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402621 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 33 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.75 |
| HSL | 9.68º | 0.32% | 0.19% | - |
| HSV(B) | 9.68º | 0.48% | 0.25% | - |
| XYZ | 3.08 | 2.59 | 1.78 | - |
| YUV | 45.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 33 | 0 | 0.41 | 0.48 | 0.75 | 9.68 | 0.32 | 0.19 |
| Hex | 40 | 26 | 21 | 0 | 29 | 30 | 4B | A | 20 | 13 |
| Octal | 100 | 46 | 41 | 0 | 51 | 60 | 113 | 12 | 40 | 23 |
| Binary | 1000000 | 100110 | 100001 | 0 | 101001 | 110000 | 1001011 | 1010 | 100000 | 10011 |
Color Harmonies of #402621
Complementary color
Monochromatic Colors of #402621
Black with #402621
Text Example
Text Example
White with #402621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402621; }
p { color: rgb(64,38,33); }
H1.HeaderClassName
{
color: #402621;
}
.AnyTagClassName
{
color: #402621;
}
</style>
background-color css
<style>
a { background-color: #402621; }
a { background-color: rgb(64,38,33); }
div.DivClassName
{
background-color: #402621;
}
.BgClassName
{
background-color: #402621;
}
</style>
border-color css
<style>
span { border-color: #402621; }
span { border-color: rgb(64,38,33); }
td.TdClassName
{
border-color: #402621;
}
.TagClassName
{
border-color: #402621;
}
</style>