Shades of Bistre #412C10
Tints of Bistre #412C10
RGB
CMYK
RGB Variations
Color information
#412C10 (or 0x412C10) is known color: Bistre. HEX triplet: 41, 2C and 10. RGB value is (65,44,16). Sum of RGB (Red+Green+Blue) = 65+44+16=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C10 is #BED3EF. Grayscale: #2F2F2F. Windows color (decimal): -12506096 or 1059905. OLE color: 1059905.
HSL color Cylindrical-coordinate representation of color #412C10: hue angle of 34.29º 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 #412C10 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 16 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.75 |
| HSL | 34.29º | 0.6% | 0.16% | - |
| HSV(B) | 34.29º | 0.75% | 0.25% | - |
| XYZ | 3.17 | 2.96 | 0.89 | - |
| YUV | 47.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 16 | 0 | 0.32 | 0.75 | 0.75 | 34.29 | 0.6 | 0.16 |
| Hex | 41 | 2C | 10 | 0 | 20 | 4B | 4B | 22 | 3C | 10 |
| Octal | 101 | 54 | 20 | 0 | 40 | 113 | 113 | 42 | 74 | 20 |
| Binary | 1000001 | 101100 | 10000 | 0 | 100000 | 1001011 | 1001011 | 100010 | 111100 | 10000 |
Color Harmonies of #412C10
Complementary color
Monochromatic Colors of #412C10
Black with #412C10
Text Example
Text Example
White with #412C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C10; }
p { color: rgb(65,44,16); }
H1.HeaderClassName
{
color: #412C10;
}
.AnyTagClassName
{
color: #412C10;
}
</style>
background-color css
<style>
a { background-color: #412C10; }
a { background-color: rgb(65,44,16); }
div.DivClassName
{
background-color: #412C10;
}
.BgClassName
{
background-color: #412C10;
}
</style>
border-color css
<style>
span { border-color: #412C10; }
span { border-color: rgb(65,44,16); }
td.TdClassName
{
border-color: #412C10;
}
.TagClassName
{
border-color: #412C10;
}
</style>