Shades of Brown Pod #41251E
Tints of Brown Pod #41251E
RGB
CMYK
RGB Variations
Color information
#41251E (or 0x41251E) is known color: Brown Pod. HEX triplet: 41, 25 and 1E. RGB value is (65,37,30). Sum of RGB (Red+Green+Blue) = 65+37+30=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41251E is #BEDAE1. Grayscale: #2C2C2C. Windows color (decimal): -12507874 or 1975617. OLE color: 1975617.
HSL color Cylindrical-coordinate representation of color #41251E: hue angle of 12º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41251E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 30 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.75 |
| HSL | 12º | 0.37% | 0.19% | - |
| HSV(B) | 12º | 0.54% | 0.25% | - |
| XYZ | 3.08 | 2.54 | 1.56 | - |
| YUV | 44.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 30 | 0 | 0.43 | 0.54 | 0.75 | 12 | 0.37 | 0.19 |
| Hex | 41 | 25 | 1E | 0 | 2B | 36 | 4B | C | 25 | 13 |
| Octal | 101 | 45 | 36 | 0 | 53 | 66 | 113 | 14 | 45 | 23 |
| Binary | 1000001 | 100101 | 11110 | 0 | 101011 | 110110 | 1001011 | 1100 | 100101 | 10011 |
Color Harmonies of #41251E
Complementary color
Monochromatic Colors of #41251E
Black with #41251E
Text Example
Text Example
White with #41251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41251E; }
p { color: rgb(65,37,30); }
H1.HeaderClassName
{
color: #41251E;
}
.AnyTagClassName
{
color: #41251E;
}
</style>
background-color css
<style>
a { background-color: #41251E; }
a { background-color: rgb(65,37,30); }
div.DivClassName
{
background-color: #41251E;
}
.BgClassName
{
background-color: #41251E;
}
</style>
border-color css
<style>
span { border-color: #41251E; }
span { border-color: rgb(65,37,30); }
td.TdClassName
{
border-color: #41251E;
}
.TagClassName
{
border-color: #41251E;
}
</style>