Shades of Brown Pod #40251B
Tints of Brown Pod #40251B
RGB
CMYK
RGB Variations
Color information
#40251B (or 0x40251B) is known color: Brown Pod. HEX triplet: 40, 25 and 1B. RGB value is (64,37,27). Sum of RGB (Red+Green+Blue) = 64+37+27=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251B is #BFDAE4. Grayscale: #2C2C2C. Windows color (decimal): -12573413 or 1779008. OLE color: 1779008.
HSL color Cylindrical-coordinate representation of color #40251B: hue angle of 16.22º 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 #40251B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 27 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.75 |
| HSL | 16.22º | 0.41% | 0.18% | - |
| HSV(B) | 16.22º | 0.58% | 0.25% | - |
| XYZ | 2.97 | 2.49 | 1.36 | - |
| YUV | 43.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 27 | 0 | 0.42 | 0.58 | 0.75 | 16.22 | 0.41 | 0.18 |
| Hex | 40 | 25 | 1B | 0 | 2A | 3A | 4B | 10 | 29 | 12 |
| Octal | 100 | 45 | 33 | 0 | 52 | 72 | 113 | 20 | 51 | 22 |
| Binary | 1000000 | 100101 | 11011 | 0 | 101010 | 111010 | 1001011 | 10000 | 101001 | 10010 |
Color Harmonies of #40251B
Complementary color
Monochromatic Colors of #40251B
Black with #40251B
Text Example
Text Example
White with #40251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40251B; }
p { color: rgb(64,37,27); }
H1.HeaderClassName
{
color: #40251B;
}
.AnyTagClassName
{
color: #40251B;
}
</style>
background-color css
<style>
a { background-color: #40251B; }
a { background-color: rgb(64,37,27); }
div.DivClassName
{
background-color: #40251B;
}
.BgClassName
{
background-color: #40251B;
}
</style>
border-color css
<style>
span { border-color: #40251B; }
span { border-color: rgb(64,37,27); }
td.TdClassName
{
border-color: #40251B;
}
.TagClassName
{
border-color: #40251B;
}
</style>