Shades of Brown Pod #402316
Tints of Brown Pod #402316
RGB
CMYK
RGB Variations
Color information
#402316 (or 0x402316) is known color: Brown Pod. HEX triplet: 40, 23 and 16. RGB value is (64,35,22). Sum of RGB (Red+Green+Blue) = 64+35+22=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402316 is #BFDCE9. Grayscale: #2A2A2A. Windows color (decimal): -12573930 or 1450816. OLE color: 1450816.
HSL color Cylindrical-coordinate representation of color #402316: hue angle of 18.57º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402316 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 22 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.75 |
| HSL | 18.57º | 0.49% | 0.17% | - |
| HSV(B) | 18.57º | 0.66% | 0.25% | - |
| XYZ | 2.86 | 2.35 | 1.06 | - |
| YUV | 42.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 22 | 0 | 0.45 | 0.66 | 0.75 | 18.57 | 0.49 | 0.17 |
| Hex | 40 | 23 | 16 | 0 | 2D | 42 | 4B | 13 | 31 | 11 |
| Octal | 100 | 43 | 26 | 0 | 55 | 102 | 113 | 23 | 61 | 21 |
| Binary | 1000000 | 100011 | 10110 | 0 | 101101 | 1000010 | 1001011 | 10011 | 110001 | 10001 |
Color Harmonies of #402316
Complementary color
Monochromatic Colors of #402316
Black with #402316
Text Example
Text Example
White with #402316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402316; }
p { color: rgb(64,35,22); }
H1.HeaderClassName
{
color: #402316;
}
.AnyTagClassName
{
color: #402316;
}
</style>
background-color css
<style>
a { background-color: #402316; }
a { background-color: rgb(64,35,22); }
div.DivClassName
{
background-color: #402316;
}
.BgClassName
{
background-color: #402316;
}
</style>
border-color css
<style>
span { border-color: #402316; }
span { border-color: rgb(64,35,22); }
td.TdClassName
{
border-color: #402316;
}
.TagClassName
{
border-color: #402316;
}
</style>