Shades of Brown Pod #40231B
Tints of Brown Pod #40231B
RGB
CMYK
RGB Variations
Color information
#40231B (or 0x40231B) is known color: Brown Pod. HEX triplet: 40, 23 and 1B. RGB value is (64,35,27). Sum of RGB (Red+Green+Blue) = 64+35+27=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40231B is #BFDCE4. Grayscale: #2A2A2A. Windows color (decimal): -12573925 or 1778496. OLE color: 1778496.
HSL color Cylindrical-coordinate representation of color #40231B: hue angle of 12.97º 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 #40231B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 27 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.75 |
| HSL | 12.97º | 0.41% | 0.18% | - |
| HSV(B) | 12.97º | 0.58% | 0.25% | - |
| XYZ | 2.91 | 2.37 | 1.34 | - |
| YUV | 42.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 27 | 0 | 0.45 | 0.58 | 0.75 | 12.97 | 0.41 | 0.18 |
| Hex | 40 | 23 | 1B | 0 | 2D | 3A | 4B | D | 29 | 12 |
| Octal | 100 | 43 | 33 | 0 | 55 | 72 | 113 | 15 | 51 | 22 |
| Binary | 1000000 | 100011 | 11011 | 0 | 101101 | 111010 | 1001011 | 1101 | 101001 | 10010 |
Color Harmonies of #40231B
Complementary color
Monochromatic Colors of #40231B
Black with #40231B
Text Example
Text Example
White with #40231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40231B; }
p { color: rgb(64,35,27); }
H1.HeaderClassName
{
color: #40231B;
}
.AnyTagClassName
{
color: #40231B;
}
</style>
background-color css
<style>
a { background-color: #40231B; }
a { background-color: rgb(64,35,27); }
div.DivClassName
{
background-color: #40231B;
}
.BgClassName
{
background-color: #40231B;
}
</style>
border-color css
<style>
span { border-color: #40231B; }
span { border-color: rgb(64,35,27); }
td.TdClassName
{
border-color: #40231B;
}
.TagClassName
{
border-color: #40231B;
}
</style>