Shades of Brown Pod #40251E
Tints of Brown Pod #40251E
RGB
CMYK
RGB Variations
Color information
#40251E (or 0x40251E) is known color: Brown Pod. HEX triplet: 40, 25 and 1E. RGB value is (64,37,30). Sum of RGB (Red+Green+Blue) = 64+37+30=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251E is #BFDAE1. Grayscale: #2C2C2C. Windows color (decimal): -12573410 or 1975616. OLE color: 1975616.
HSL color Cylindrical-coordinate representation of color #40251E: hue angle of 12.35º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40251E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 30 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.75 |
| HSL | 12.35º | 0.36% | 0.18% | - |
| HSV(B) | 12.35º | 0.53% | 0.25% | - |
| XYZ | 3.01 | 2.51 | 1.55 | - |
| YUV | 44.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 30 | 0 | 0.42 | 0.53 | 0.75 | 12.35 | 0.36 | 0.18 |
| Hex | 40 | 25 | 1E | 0 | 2A | 35 | 4B | C | 24 | 12 |
| Octal | 100 | 45 | 36 | 0 | 52 | 65 | 113 | 14 | 44 | 22 |
| Binary | 1000000 | 100101 | 11110 | 0 | 101010 | 110101 | 1001011 | 1100 | 100100 | 10010 |
Color Harmonies of #40251E
Complementary color
Monochromatic Colors of #40251E
Black with #40251E
Text Example
Text Example
White with #40251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40251E; }
p { color: rgb(64,37,30); }
H1.HeaderClassName
{
color: #40251E;
}
.AnyTagClassName
{
color: #40251E;
}
</style>
background-color css
<style>
a { background-color: #40251E; }
a { background-color: rgb(64,37,30); }
div.DivClassName
{
background-color: #40251E;
}
.BgClassName
{
background-color: #40251E;
}
</style>
border-color css
<style>
span { border-color: #40251E; }
span { border-color: rgb(64,37,30); }
td.TdClassName
{
border-color: #40251E;
}
.TagClassName
{
border-color: #40251E;
}
</style>