Shades of Brown Pod #40251D
Tints of Brown Pod #40251D
RGB
CMYK
RGB Variations
Color information
#40251D (or 0x40251D) is known color: Brown Pod. HEX triplet: 40, 25 and 1D. RGB value is (64,37,29). Sum of RGB (Red+Green+Blue) = 64+37+29=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251D is #BFDAE2. Grayscale: #2C2C2C. Windows color (decimal): -12573411 or 1910080. OLE color: 1910080.
HSL color Cylindrical-coordinate representation of color #40251D: hue angle of 13.71º 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 #40251D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 29 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.75 |
| HSL | 13.71º | 0.38% | 0.18% | - |
| HSV(B) | 13.71º | 0.55% | 0.25% | - |
| XYZ | 3 | 2.5 | 1.49 | - |
| YUV | 44.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 29 | 0 | 0.42 | 0.55 | 0.75 | 13.71 | 0.38 | 0.18 |
| Hex | 40 | 25 | 1D | 0 | 2A | 37 | 4B | E | 26 | 12 |
| Octal | 100 | 45 | 35 | 0 | 52 | 67 | 113 | 16 | 46 | 22 |
| Binary | 1000000 | 100101 | 11101 | 0 | 101010 | 110111 | 1001011 | 1110 | 100110 | 10010 |
Color Harmonies of #40251D
Complementary color
Monochromatic Colors of #40251D
Black with #40251D
Text Example
Text Example
White with #40251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40251D; }
p { color: rgb(64,37,29); }
H1.HeaderClassName
{
color: #40251D;
}
.AnyTagClassName
{
color: #40251D;
}
</style>
background-color css
<style>
a { background-color: #40251D; }
a { background-color: rgb(64,37,29); }
div.DivClassName
{
background-color: #40251D;
}
.BgClassName
{
background-color: #40251D;
}
</style>
border-color css
<style>
span { border-color: #40251D; }
span { border-color: rgb(64,37,29); }
td.TdClassName
{
border-color: #40251D;
}
.TagClassName
{
border-color: #40251D;
}
</style>