Shades of Brown Pod #40271D
Tints of Brown Pod #40271D
RGB
CMYK
RGB Variations
Color information
#40271D (or 0x40271D) is known color: Brown Pod. HEX triplet: 40, 27 and 1D. RGB value is (64,39,29). Sum of RGB (Red+Green+Blue) = 64+39+29=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271D is #BFD8E2. Grayscale: #2D2D2D. Windows color (decimal): -12572899 or 1910592. OLE color: 1910592.
HSL color Cylindrical-coordinate representation of color #40271D: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40271D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 29 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.75 |
| HSL | 17.14º | 0.38% | 0.18% | - |
| HSV(B) | 17.14º | 0.55% | 0.25% | - |
| XYZ | 3.06 | 2.63 | 1.51 | - |
| YUV | 45.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 29 | 0 | 0.39 | 0.55 | 0.75 | 17.14 | 0.38 | 0.18 |
| Hex | 40 | 27 | 1D | 0 | 27 | 37 | 4B | 11 | 26 | 12 |
| Octal | 100 | 47 | 35 | 0 | 47 | 67 | 113 | 21 | 46 | 22 |
| Binary | 1000000 | 100111 | 11101 | 0 | 100111 | 110111 | 1001011 | 10001 | 100110 | 10010 |
Color Harmonies of #40271D
Complementary color
Monochromatic Colors of #40271D
Black with #40271D
Text Example
Text Example
White with #40271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40271D; }
p { color: rgb(64,39,29); }
H1.HeaderClassName
{
color: #40271D;
}
.AnyTagClassName
{
color: #40271D;
}
</style>
background-color css
<style>
a { background-color: #40271D; }
a { background-color: rgb(64,39,29); }
div.DivClassName
{
background-color: #40271D;
}
.BgClassName
{
background-color: #40271D;
}
</style>
border-color css
<style>
span { border-color: #40271D; }
span { border-color: rgb(64,39,29); }
td.TdClassName
{
border-color: #40271D;
}
.TagClassName
{
border-color: #40271D;
}
</style>