Shades of Brown Pod #41231F
Tints of Brown Pod #41231F
RGB
CMYK
RGB Variations
Color information
#41231F (or 0x41231F) is known color: Brown Pod. HEX triplet: 41, 23 and 1F. RGB value is (65,35,31). Sum of RGB (Red+Green+Blue) = 65+35+31=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231F is #BEDCE0. Grayscale: #2B2B2B. Windows color (decimal): -12508385 or 2040641. OLE color: 2040641.
HSL color Cylindrical-coordinate representation of color #41231F: hue angle of 7.06º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41231F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 31 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.75 |
| HSL | 7.06º | 0.35% | 0.19% | - |
| HSV(B) | 7.06º | 0.52% | 0.25% | - |
| XYZ | 3.03 | 2.42 | 1.6 | - |
| YUV | 43.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 31 | 0 | 0.46 | 0.52 | 0.75 | 7.06 | 0.35 | 0.19 |
| Hex | 41 | 23 | 1F | 0 | 2E | 34 | 4B | 7 | 23 | 13 |
| Octal | 101 | 43 | 37 | 0 | 56 | 64 | 113 | 7 | 43 | 23 |
| Binary | 1000001 | 100011 | 11111 | 0 | 101110 | 110100 | 1001011 | 111 | 100011 | 10011 |
Color Harmonies of #41231F
Complementary color
Monochromatic Colors of #41231F
Black with #41231F
Text Example
Text Example
White with #41231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41231F; }
p { color: rgb(65,35,31); }
H1.HeaderClassName
{
color: #41231F;
}
.AnyTagClassName
{
color: #41231F;
}
</style>
background-color css
<style>
a { background-color: #41231F; }
a { background-color: rgb(65,35,31); }
div.DivClassName
{
background-color: #41231F;
}
.BgClassName
{
background-color: #41231F;
}
</style>
border-color css
<style>
span { border-color: #41231F; }
span { border-color: rgb(65,35,31); }
td.TdClassName
{
border-color: #41231F;
}
.TagClassName
{
border-color: #41231F;
}
</style>