Shades of Brown Pod #40221B
Tints of Brown Pod #40221B
RGB
CMYK
RGB Variations
Color information
#40221B (or 0x40221B) is known color: Brown Pod. HEX triplet: 40, 22 and 1B. RGB value is (64,34,27). Sum of RGB (Red+Green+Blue) = 64+34+27=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40221B is #BFDDE4. Grayscale: #2A2A2A. Windows color (decimal): -12574181 or 1778240. OLE color: 1778240.
HSL color Cylindrical-coordinate representation of color #40221B: hue angle of 11.35º 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 #40221B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 27 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.75 |
| HSL | 11.35º | 0.41% | 0.18% | - |
| HSV(B) | 11.35º | 0.58% | 0.25% | - |
| XYZ | 2.88 | 2.31 | 1.33 | - |
| YUV | 42.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 27 | 0 | 0.47 | 0.58 | 0.75 | 11.35 | 0.41 | 0.18 |
| Hex | 40 | 22 | 1B | 0 | 2F | 3A | 4B | B | 29 | 12 |
| Octal | 100 | 42 | 33 | 0 | 57 | 72 | 113 | 13 | 51 | 22 |
| Binary | 1000000 | 100010 | 11011 | 0 | 101111 | 111010 | 1001011 | 1011 | 101001 | 10010 |
Color Harmonies of #40221B
Complementary color
Monochromatic Colors of #40221B
Black with #40221B
Text Example
Text Example
White with #40221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40221B; }
p { color: rgb(64,34,27); }
H1.HeaderClassName
{
color: #40221B;
}
.AnyTagClassName
{
color: #40221B;
}
</style>
background-color css
<style>
a { background-color: #40221B; }
a { background-color: rgb(64,34,27); }
div.DivClassName
{
background-color: #40221B;
}
.BgClassName
{
background-color: #40221B;
}
</style>
border-color css
<style>
span { border-color: #40221B; }
span { border-color: rgb(64,34,27); }
td.TdClassName
{
border-color: #40221B;
}
.TagClassName
{
border-color: #40221B;
}
</style>