Shades of Brown Pod #40261D
Tints of Brown Pod #40261D
RGB
CMYK
RGB Variations
Color information
#40261D (or 0x40261D) is known color: Brown Pod. HEX triplet: 40, 26 and 1D. RGB value is (64,38,29). Sum of RGB (Red+Green+Blue) = 64+38+29=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40261D is #BFD9E2. Grayscale: #2C2C2C. Windows color (decimal): -12573155 or 1910336. OLE color: 1910336.
HSL color Cylindrical-coordinate representation of color #40261D: hue angle of 15.43º 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 #40261D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 29 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.75 |
| HSL | 15.43º | 0.38% | 0.18% | - |
| HSV(B) | 15.43º | 0.55% | 0.25% | - |
| XYZ | 3.03 | 2.56 | 1.5 | - |
| YUV | 44.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 29 | 0 | 0.41 | 0.55 | 0.75 | 15.43 | 0.38 | 0.18 |
| Hex | 40 | 26 | 1D | 0 | 29 | 37 | 4B | F | 26 | 12 |
| Octal | 100 | 46 | 35 | 0 | 51 | 67 | 113 | 17 | 46 | 22 |
| Binary | 1000000 | 100110 | 11101 | 0 | 101001 | 110111 | 1001011 | 1111 | 100110 | 10010 |
Color Harmonies of #40261D
Complementary color
Monochromatic Colors of #40261D
Black with #40261D
Text Example
Text Example
White with #40261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40261D; }
p { color: rgb(64,38,29); }
H1.HeaderClassName
{
color: #40261D;
}
.AnyTagClassName
{
color: #40261D;
}
</style>
background-color css
<style>
a { background-color: #40261D; }
a { background-color: rgb(64,38,29); }
div.DivClassName
{
background-color: #40261D;
}
.BgClassName
{
background-color: #40261D;
}
</style>
border-color css
<style>
span { border-color: #40261D; }
span { border-color: rgb(64,38,29); }
td.TdClassName
{
border-color: #40261D;
}
.TagClassName
{
border-color: #40261D;
}
</style>