Shades of Bistre #412910
Tints of Bistre #412910
RGB
CMYK
RGB Variations
Color information
#412910 (or 0x412910) is known color: Bistre. HEX triplet: 41, 29 and 10. RGB value is (65,41,16). Sum of RGB (Red+Green+Blue) = 65+41+16=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412910 is #BED6EF. Grayscale: #2D2D2D. Windows color (decimal): -12506864 or 1059137. OLE color: 1059137.
HSL color Cylindrical-coordinate representation of color #412910: hue angle of 30.61º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412910 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 16 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.75 |
| HSL | 30.61º | 0.6% | 0.16% | - |
| HSV(B) | 30.61º | 0.75% | 0.25% | - |
| XYZ | 3.07 | 2.75 | 0.86 | - |
| YUV | 45.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 16 | 0 | 0.37 | 0.75 | 0.75 | 30.61 | 0.6 | 0.16 |
| Hex | 41 | 29 | 10 | 0 | 25 | 4B | 4B | 1F | 3C | 10 |
| Octal | 101 | 51 | 20 | 0 | 45 | 113 | 113 | 37 | 74 | 20 |
| Binary | 1000001 | 101001 | 10000 | 0 | 100101 | 1001011 | 1001011 | 11111 | 111100 | 10000 |
Color Harmonies of #412910
Complementary color
Monochromatic Colors of #412910
Black with #412910
Text Example
Text Example
White with #412910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412910; }
p { color: rgb(65,41,16); }
H1.HeaderClassName
{
color: #412910;
}
.AnyTagClassName
{
color: #412910;
}
</style>
background-color css
<style>
a { background-color: #412910; }
a { background-color: rgb(65,41,16); }
div.DivClassName
{
background-color: #412910;
}
.BgClassName
{
background-color: #412910;
}
</style>
border-color css
<style>
span { border-color: #412910; }
span { border-color: rgb(65,41,16); }
td.TdClassName
{
border-color: #412910;
}
.TagClassName
{
border-color: #412910;
}
</style>