Shades of Brown Pod #41251D
Tints of Brown Pod #41251D
RGB
CMYK
RGB Variations
Color information
#41251D (or 0x41251D) is known color: Brown Pod. HEX triplet: 41, 25 and 1D. RGB value is (65,37,29). Sum of RGB (Red+Green+Blue) = 65+37+29=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41251D is #BEDAE2. Grayscale: #2C2C2C. Windows color (decimal): -12507875 or 1910081. OLE color: 1910081.
HSL color Cylindrical-coordinate representation of color #41251D: hue angle of 13.33º 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 #41251D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 29 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.75 |
| HSL | 13.33º | 0.38% | 0.18% | - |
| HSV(B) | 13.33º | 0.55% | 0.25% | - |
| XYZ | 3.06 | 2.54 | 1.49 | - |
| YUV | 44.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 29 | 0 | 0.43 | 0.55 | 0.75 | 13.33 | 0.38 | 0.18 |
| Hex | 41 | 25 | 1D | 0 | 2B | 37 | 4B | D | 26 | 12 |
| Octal | 101 | 45 | 35 | 0 | 53 | 67 | 113 | 15 | 46 | 22 |
| Binary | 1000001 | 100101 | 11101 | 0 | 101011 | 110111 | 1001011 | 1101 | 100110 | 10010 |
Color Harmonies of #41251D
Complementary color
Monochromatic Colors of #41251D
Black with #41251D
Text Example
Text Example
White with #41251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41251D; }
p { color: rgb(65,37,29); }
H1.HeaderClassName
{
color: #41251D;
}
.AnyTagClassName
{
color: #41251D;
}
</style>
background-color css
<style>
a { background-color: #41251D; }
a { background-color: rgb(65,37,29); }
div.DivClassName
{
background-color: #41251D;
}
.BgClassName
{
background-color: #41251D;
}
</style>
border-color css
<style>
span { border-color: #41251D; }
span { border-color: rgb(65,37,29); }
td.TdClassName
{
border-color: #41251D;
}
.TagClassName
{
border-color: #41251D;
}
</style>