Shades of Brown Pod #402313
Tints of Brown Pod #402313
RGB
CMYK
RGB Variations
Color information
#402313 (or 0x402313) is known color: Brown Pod. HEX triplet: 40, 23 and 13. RGB value is (64,35,19). Sum of RGB (Red+Green+Blue) = 64+35+19=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402313 is #BFDCEC. Grayscale: #292929. Windows color (decimal): -12573933 or 1254208. OLE color: 1254208.
HSL color Cylindrical-coordinate representation of color #402313: hue angle of 21.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402313 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 19 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.75 |
| HSL | 21.33º | 0.54% | 0.16% | - |
| HSV(B) | 21.33º | 0.7% | 0.25% | - |
| XYZ | 2.83 | 2.34 | 0.92 | - |
| YUV | 41.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 19 | 0 | 0.45 | 0.70 | 0.75 | 21.33 | 0.54 | 0.16 |
| Hex | 40 | 23 | 13 | 0 | 2D | 46 | 4B | 15 | 36 | 10 |
| Octal | 100 | 43 | 23 | 0 | 55 | 106 | 113 | 25 | 66 | 20 |
| Binary | 1000000 | 100011 | 10011 | 0 | 101101 | 1000110 | 1001011 | 10101 | 110110 | 10000 |
Color Harmonies of #402313
Complementary color
Monochromatic Colors of #402313
Black with #402313
Text Example
Text Example
White with #402313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402313; }
p { color: rgb(64,35,19); }
H1.HeaderClassName
{
color: #402313;
}
.AnyTagClassName
{
color: #402313;
}
</style>
background-color css
<style>
a { background-color: #402313; }
a { background-color: rgb(64,35,19); }
div.DivClassName
{
background-color: #402313;
}
.BgClassName
{
background-color: #402313;
}
</style>
border-color css
<style>
span { border-color: #402313; }
span { border-color: rgb(64,35,19); }
td.TdClassName
{
border-color: #402313;
}
.TagClassName
{
border-color: #402313;
}
</style>