Shades of Brown Pod #40231F
Tints of Brown Pod #40231F
RGB
CMYK
RGB Variations
Color information
#40231F (or 0x40231F) is known color: Brown Pod. HEX triplet: 40, 23 and 1F. RGB value is (64,35,31). Sum of RGB (Red+Green+Blue) = 64+35+31=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40231F is #BFDCE0. Grayscale: #2B2B2B. Windows color (decimal): -12573921 or 2040640. OLE color: 2040640.
HSL color Cylindrical-coordinate representation of color #40231F: hue angle of 7.27º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40231F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 31 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.75 |
| HSL | 7.27º | 0.35% | 0.19% | - |
| HSV(B) | 7.27º | 0.52% | 0.25% | - |
| XYZ | 2.96 | 2.39 | 1.6 | - |
| YUV | 43.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 31 | 0 | 0.45 | 0.52 | 0.75 | 7.27 | 0.35 | 0.19 |
| Hex | 40 | 23 | 1F | 0 | 2D | 34 | 4B | 7 | 23 | 13 |
| Octal | 100 | 43 | 37 | 0 | 55 | 64 | 113 | 7 | 43 | 23 |
| Binary | 1000000 | 100011 | 11111 | 0 | 101101 | 110100 | 1001011 | 111 | 100011 | 10011 |
Color Harmonies of #40231F
Complementary color
Monochromatic Colors of #40231F
Black with #40231F
Text Example
Text Example
White with #40231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40231F; }
p { color: rgb(64,35,31); }
H1.HeaderClassName
{
color: #40231F;
}
.AnyTagClassName
{
color: #40231F;
}
</style>
background-color css
<style>
a { background-color: #40231F; }
a { background-color: rgb(64,35,31); }
div.DivClassName
{
background-color: #40231F;
}
.BgClassName
{
background-color: #40231F;
}
</style>
border-color css
<style>
span { border-color: #40231F; }
span { border-color: rgb(64,35,31); }
td.TdClassName
{
border-color: #40231F;
}
.TagClassName
{
border-color: #40231F;
}
</style>