Shades of Brown Pod #402415
Tints of Brown Pod #402415
RGB
CMYK
RGB Variations
Color information
#402415 (or 0x402415) is known color: Brown Pod. HEX triplet: 40, 24 and 15. RGB value is (64,36,21). Sum of RGB (Red+Green+Blue) = 64+36+21=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402415 is #BFDBEA. Grayscale: #2A2A2A. Windows color (decimal): -12573675 or 1385536. OLE color: 1385536.
HSL color Cylindrical-coordinate representation of color #402415: hue angle of 20.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402415 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 21 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.75 |
| HSL | 20.93º | 0.51% | 0.17% | - |
| HSV(B) | 20.93º | 0.67% | 0.25% | - |
| XYZ | 2.88 | 2.41 | 1.02 | - |
| YUV | 42.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 21 | 0 | 0.44 | 0.67 | 0.75 | 20.93 | 0.51 | 0.17 |
| Hex | 40 | 24 | 15 | 0 | 2C | 43 | 4B | 15 | 33 | 11 |
| Octal | 100 | 44 | 25 | 0 | 54 | 103 | 113 | 25 | 63 | 21 |
| Binary | 1000000 | 100100 | 10101 | 0 | 101100 | 1000011 | 1001011 | 10101 | 110011 | 10001 |
Color Harmonies of #402415
Complementary color
Monochromatic Colors of #402415
Black with #402415
Text Example
Text Example
White with #402415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402415; }
p { color: rgb(64,36,21); }
H1.HeaderClassName
{
color: #402415;
}
.AnyTagClassName
{
color: #402415;
}
</style>
background-color css
<style>
a { background-color: #402415; }
a { background-color: rgb(64,36,21); }
div.DivClassName
{
background-color: #402415;
}
.BgClassName
{
background-color: #402415;
}
</style>
border-color css
<style>
span { border-color: #402415; }
span { border-color: rgb(64,36,21); }
td.TdClassName
{
border-color: #402415;
}
.TagClassName
{
border-color: #402415;
}
</style>