Shades of Brown Pod #40230E
Tints of Brown Pod #40230E
RGB
CMYK
RGB Variations
Color information
#40230E (or 0x40230E) is known color: Brown Pod. HEX triplet: 40, 23 and 0E. RGB value is (64,35,14). Sum of RGB (Red+Green+Blue) = 64+35+14=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40230E is #BFDCF1. Grayscale: #292929. Windows color (decimal): -12573938 or 926528. OLE color: 926528.
HSL color Cylindrical-coordinate representation of color #40230E: hue angle of 25.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40230E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 14 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.75 |
| HSL | 25.2º | 0.64% | 0.15% | - |
| HSV(B) | 25.2º | 0.78% | 0.25% | - |
| XYZ | 2.79 | 2.32 | 0.72 | - |
| YUV | 41.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 14 | 0 | 0.45 | 0.78 | 0.75 | 25.2 | 0.64 | 0.15 |
| Hex | 40 | 23 | E | 0 | 2D | 4E | 4B | 19 | 40 | F |
| Octal | 100 | 43 | 16 | 0 | 55 | 116 | 113 | 31 | 100 | 17 |
| Binary | 1000000 | 100011 | 1110 | 0 | 101101 | 1001110 | 1001011 | 11001 | 1000000 | 1111 |
Color Harmonies of #40230E
Complementary color
Monochromatic Colors of #40230E
Black with #40230E
Text Example
Text Example
White with #40230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40230E; }
p { color: rgb(64,35,14); }
H1.HeaderClassName
{
color: #40230E;
}
.AnyTagClassName
{
color: #40230E;
}
</style>
background-color css
<style>
a { background-color: #40230E; }
a { background-color: rgb(64,35,14); }
div.DivClassName
{
background-color: #40230E;
}
.BgClassName
{
background-color: #40230E;
}
</style>
border-color css
<style>
span { border-color: #40230E; }
span { border-color: rgb(64,35,14); }
td.TdClassName
{
border-color: #40230E;
}
.TagClassName
{
border-color: #40230E;
}
</style>