Shades of Brown Pod #40271B
Tints of Brown Pod #40271B
RGB
CMYK
RGB Variations
Color information
#40271B (or 0x40271B) is known color: Brown Pod. HEX triplet: 40, 27 and 1B. RGB value is (64,39,27). Sum of RGB (Red+Green+Blue) = 64+39+27=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271B is #BFD8E4. Grayscale: #2D2D2D. Windows color (decimal): -12572901 or 1779520. OLE color: 1779520.
HSL color Cylindrical-coordinate representation of color #40271B: hue angle of 19.46º 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 #40271B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 27 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.75 |
| HSL | 19.46º | 0.41% | 0.18% | - |
| HSV(B) | 19.46º | 0.58% | 0.25% | - |
| XYZ | 3.04 | 2.62 | 1.38 | - |
| YUV | 45.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 27 | 0 | 0.39 | 0.58 | 0.75 | 19.46 | 0.41 | 0.18 |
| Hex | 40 | 27 | 1B | 0 | 27 | 3A | 4B | 13 | 29 | 12 |
| Octal | 100 | 47 | 33 | 0 | 47 | 72 | 113 | 23 | 51 | 22 |
| Binary | 1000000 | 100111 | 11011 | 0 | 100111 | 111010 | 1001011 | 10011 | 101001 | 10010 |
Color Harmonies of #40271B
Complementary color
Monochromatic Colors of #40271B
Black with #40271B
Text Example
Text Example
White with #40271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40271B; }
p { color: rgb(64,39,27); }
H1.HeaderClassName
{
color: #40271B;
}
.AnyTagClassName
{
color: #40271B;
}
</style>
background-color css
<style>
a { background-color: #40271B; }
a { background-color: rgb(64,39,27); }
div.DivClassName
{
background-color: #40271B;
}
.BgClassName
{
background-color: #40271B;
}
</style>
border-color css
<style>
span { border-color: #40271B; }
span { border-color: rgb(64,39,27); }
td.TdClassName
{
border-color: #40271B;
}
.TagClassName
{
border-color: #40271B;
}
</style>