Shades of Brown Pod #41231D
Tints of Brown Pod #41231D
RGB
CMYK
RGB Variations
Color information
#41231D (or 0x41231D) is known color: Brown Pod. HEX triplet: 41, 23 and 1D. RGB value is (65,35,29). Sum of RGB (Red+Green+Blue) = 65+35+29=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231D is #BEDCE2. Grayscale: #2B2B2B. Windows color (decimal): -12508387 or 1909569. OLE color: 1909569.
HSL color Cylindrical-coordinate representation of color #41231D: hue angle of 10º 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 #41231D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 29 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.75 |
| HSL | 10º | 0.38% | 0.18% | - |
| HSV(B) | 10º | 0.55% | 0.25% | - |
| XYZ | 3 | 2.41 | 1.47 | - |
| YUV | 43.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 29 | 0 | 0.46 | 0.55 | 0.75 | 10 | 0.38 | 0.18 |
| Hex | 41 | 23 | 1D | 0 | 2E | 37 | 4B | A | 26 | 12 |
| Octal | 101 | 43 | 35 | 0 | 56 | 67 | 113 | 12 | 46 | 22 |
| Binary | 1000001 | 100011 | 11101 | 0 | 101110 | 110111 | 1001011 | 1010 | 100110 | 10010 |
Color Harmonies of #41231D
Complementary color
Monochromatic Colors of #41231D
Black with #41231D
Text Example
Text Example
White with #41231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41231D; }
p { color: rgb(65,35,29); }
H1.HeaderClassName
{
color: #41231D;
}
.AnyTagClassName
{
color: #41231D;
}
</style>
background-color css
<style>
a { background-color: #41231D; }
a { background-color: rgb(65,35,29); }
div.DivClassName
{
background-color: #41231D;
}
.BgClassName
{
background-color: #41231D;
}
</style>
border-color css
<style>
span { border-color: #41231D; }
span { border-color: rgb(65,35,29); }
td.TdClassName
{
border-color: #41231D;
}
.TagClassName
{
border-color: #41231D;
}
</style>