Shades of Brown Pod #40231D
Tints of Brown Pod #40231D
RGB
CMYK
RGB Variations
Color information
#40231D (or 0x40231D) is known color: Brown Pod. HEX triplet: 40, 23 and 1D. RGB value is (64,35,29). Sum of RGB (Red+Green+Blue) = 64+35+29=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40231D is #BFDCE2. Grayscale: #2B2B2B. Windows color (decimal): -12573923 or 1909568. OLE color: 1909568.
HSL color Cylindrical-coordinate representation of color #40231D: hue angle of 10.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40231D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 29 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.75 |
| HSL | 10.29º | 0.38% | 0.18% | - |
| HSV(B) | 10.29º | 0.55% | 0.25% | - |
| XYZ | 2.94 | 2.38 | 1.47 | - |
| YUV | 42.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 29 | 0 | 0.45 | 0.55 | 0.75 | 10.29 | 0.38 | 0.18 |
| Hex | 40 | 23 | 1D | 0 | 2D | 37 | 4B | A | 26 | 12 |
| Octal | 100 | 43 | 35 | 0 | 55 | 67 | 113 | 12 | 46 | 22 |
| Binary | 1000000 | 100011 | 11101 | 0 | 101101 | 110111 | 1001011 | 1010 | 100110 | 10010 |
Color Harmonies of #40231D
Complementary color
Monochromatic Colors of #40231D
Black with #40231D
Text Example
Text Example
White with #40231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40231D; }
p { color: rgb(64,35,29); }
H1.HeaderClassName
{
color: #40231D;
}
.AnyTagClassName
{
color: #40231D;
}
</style>
background-color css
<style>
a { background-color: #40231D; }
a { background-color: rgb(64,35,29); }
div.DivClassName
{
background-color: #40231D;
}
.BgClassName
{
background-color: #40231D;
}
</style>
border-color css
<style>
span { border-color: #40231D; }
span { border-color: rgb(64,35,29); }
td.TdClassName
{
border-color: #40231D;
}
.TagClassName
{
border-color: #40231D;
}
</style>