Shades of Brown Pod #40241B
Tints of Brown Pod #40241B
RGB
CMYK
RGB Variations
Color information
#40241B (or 0x40241B) is known color: Brown Pod. HEX triplet: 40, 24 and 1B. RGB value is (64,36,27). Sum of RGB (Red+Green+Blue) = 64+36+27=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40241B is #BFDBE4. Grayscale: #2B2B2B. Windows color (decimal): -12573669 or 1778752. OLE color: 1778752.
HSL color Cylindrical-coordinate representation of color #40241B: hue angle of 14.59º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40241B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 27 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.75 |
| HSL | 14.59º | 0.41% | 0.18% | - |
| HSV(B) | 14.59º | 0.58% | 0.25% | - |
| XYZ | 2.94 | 2.43 | 1.35 | - |
| YUV | 43.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 27 | 0 | 0.44 | 0.58 | 0.75 | 14.59 | 0.41 | 0.18 |
| Hex | 40 | 24 | 1B | 0 | 2C | 3A | 4B | F | 29 | 12 |
| Octal | 100 | 44 | 33 | 0 | 54 | 72 | 113 | 17 | 51 | 22 |
| Binary | 1000000 | 100100 | 11011 | 0 | 101100 | 111010 | 1001011 | 1111 | 101001 | 10010 |
Color Harmonies of #40241B
Complementary color
Monochromatic Colors of #40241B
Black with #40241B
Text Example
Text Example
White with #40241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40241B; }
p { color: rgb(64,36,27); }
H1.HeaderClassName
{
color: #40241B;
}
.AnyTagClassName
{
color: #40241B;
}
</style>
background-color css
<style>
a { background-color: #40241B; }
a { background-color: rgb(64,36,27); }
div.DivClassName
{
background-color: #40241B;
}
.BgClassName
{
background-color: #40241B;
}
</style>
border-color css
<style>
span { border-color: #40241B; }
span { border-color: rgb(64,36,27); }
td.TdClassName
{
border-color: #40241B;
}
.TagClassName
{
border-color: #40241B;
}
</style>