Shades of Brown Pod #402315
Tints of Brown Pod #402315
RGB
CMYK
RGB Variations
Color information
#402315 (or 0x402315) is known color: Brown Pod. HEX triplet: 40, 23 and 15. RGB value is (64,35,21). Sum of RGB (Red+Green+Blue) = 64+35+21=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402315 is #BFDCEA. Grayscale: #2A2A2A. Windows color (decimal): -12573931 or 1385280. OLE color: 1385280.
HSL color Cylindrical-coordinate representation of color #402315: hue angle of 19.53º 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 #402315 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 21 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.75 |
| HSL | 19.53º | 0.51% | 0.17% | - |
| HSV(B) | 19.53º | 0.67% | 0.25% | - |
| XYZ | 2.85 | 2.35 | 1.01 | - |
| YUV | 42.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 21 | 0 | 0.45 | 0.67 | 0.75 | 19.53 | 0.51 | 0.17 |
| Hex | 40 | 23 | 15 | 0 | 2D | 43 | 4B | 14 | 33 | 11 |
| Octal | 100 | 43 | 25 | 0 | 55 | 103 | 113 | 24 | 63 | 21 |
| Binary | 1000000 | 100011 | 10101 | 0 | 101101 | 1000011 | 1001011 | 10100 | 110011 | 10001 |
Color Harmonies of #402315
Complementary color
Monochromatic Colors of #402315
Black with #402315
Text Example
Text Example
White with #402315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402315; }
p { color: rgb(64,35,21); }
H1.HeaderClassName
{
color: #402315;
}
.AnyTagClassName
{
color: #402315;
}
</style>
background-color css
<style>
a { background-color: #402315; }
a { background-color: rgb(64,35,21); }
div.DivClassName
{
background-color: #402315;
}
.BgClassName
{
background-color: #402315;
}
</style>
border-color css
<style>
span { border-color: #402315; }
span { border-color: rgb(64,35,21); }
td.TdClassName
{
border-color: #402315;
}
.TagClassName
{
border-color: #402315;
}
</style>