Shades of Bistre #412912
Tints of Bistre #412912
RGB
CMYK
RGB Variations
Color information
#412912 (or 0x412912) is known color: Bistre. HEX triplet: 41, 29 and 12. RGB value is (65,41,18). Sum of RGB (Red+Green+Blue) = 65+41+18=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412912 is #BED6ED. Grayscale: #2D2D2D. Windows color (decimal): -12506862 or 1190209. OLE color: 1190209.
HSL color Cylindrical-coordinate representation of color #412912: hue angle of 29.36º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412912 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 18 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.75 |
| HSL | 29.36º | 0.57% | 0.16% | - |
| HSV(B) | 29.36º | 0.72% | 0.25% | - |
| XYZ | 3.08 | 2.75 | 0.94 | - |
| YUV | 45.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 18 | 0 | 0.37 | 0.72 | 0.75 | 29.36 | 0.57 | 0.16 |
| Hex | 41 | 29 | 12 | 0 | 25 | 48 | 4B | 1D | 39 | 10 |
| Octal | 101 | 51 | 22 | 0 | 45 | 110 | 113 | 35 | 71 | 20 |
| Binary | 1000001 | 101001 | 10010 | 0 | 100101 | 1001000 | 1001011 | 11101 | 111001 | 10000 |
Color Harmonies of #412912
Complementary color
Monochromatic Colors of #412912
Black with #412912
Text Example
Text Example
White with #412912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412912; }
p { color: rgb(65,41,18); }
H1.HeaderClassName
{
color: #412912;
}
.AnyTagClassName
{
color: #412912;
}
</style>
background-color css
<style>
a { background-color: #412912; }
a { background-color: rgb(65,41,18); }
div.DivClassName
{
background-color: #412912;
}
.BgClassName
{
background-color: #412912;
}
</style>
border-color css
<style>
span { border-color: #412912; }
span { border-color: rgb(65,41,18); }
td.TdClassName
{
border-color: #412912;
}
.TagClassName
{
border-color: #412912;
}
</style>