Shades of Bistre #412C13
Tints of Bistre #412C13
RGB
CMYK
RGB Variations
Color information
#412C13 (or 0x412C13) is known color: Bistre. HEX triplet: 41, 2C and 13. RGB value is (65,44,19). Sum of RGB (Red+Green+Blue) = 65+44+19=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C13 is #BED3EC. Grayscale: #2F2F2F. Windows color (decimal): -12506093 or 1256513. OLE color: 1256513.
HSL color Cylindrical-coordinate representation of color #412C13: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412C13 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 19 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.75 |
| HSL | 32.61º | 0.55% | 0.16% | - |
| HSV(B) | 32.61º | 0.71% | 0.25% | - |
| XYZ | 3.2 | 2.97 | 1.02 | - |
| YUV | 47.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 19 | 0 | 0.32 | 0.71 | 0.75 | 32.61 | 0.55 | 0.16 |
| Hex | 41 | 2C | 13 | 0 | 20 | 47 | 4B | 21 | 37 | 10 |
| Octal | 101 | 54 | 23 | 0 | 40 | 107 | 113 | 41 | 67 | 20 |
| Binary | 1000001 | 101100 | 10011 | 0 | 100000 | 1000111 | 1001011 | 100001 | 110111 | 10000 |
Color Harmonies of #412C13
Complementary color
Monochromatic Colors of #412C13
Black with #412C13
Text Example
Text Example
White with #412C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C13; }
p { color: rgb(65,44,19); }
H1.HeaderClassName
{
color: #412C13;
}
.AnyTagClassName
{
color: #412C13;
}
</style>
background-color css
<style>
a { background-color: #412C13; }
a { background-color: rgb(65,44,19); }
div.DivClassName
{
background-color: #412C13;
}
.BgClassName
{
background-color: #412C13;
}
</style>
border-color css
<style>
span { border-color: #412C13; }
span { border-color: rgb(65,44,19); }
td.TdClassName
{
border-color: #412C13;
}
.TagClassName
{
border-color: #412C13;
}
</style>