Shades of Bistre #412C14
Tints of Bistre #412C14
RGB
CMYK
RGB Variations
Color information
#412C14 (or 0x412C14) is known color: Bistre. HEX triplet: 41, 2C and 14. RGB value is (65,44,20). Sum of RGB (Red+Green+Blue) = 65+44+20=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C14 is #BED3EB. Grayscale: #2F2F2F. Windows color (decimal): -12506092 or 1322049. OLE color: 1322049.
HSL color Cylindrical-coordinate representation of color #412C14: hue angle of 32º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412C14 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 20 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.75 |
| HSL | 32º | 0.53% | 0.17% | - |
| HSV(B) | 32º | 0.69% | 0.25% | - |
| XYZ | 3.21 | 2.98 | 1.07 | - |
| YUV | 47.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 20 | 0 | 0.32 | 0.69 | 0.75 | 32 | 0.53 | 0.17 |
| Hex | 41 | 2C | 14 | 0 | 20 | 45 | 4B | 20 | 35 | 11 |
| Octal | 101 | 54 | 24 | 0 | 40 | 105 | 113 | 40 | 65 | 21 |
| Binary | 1000001 | 101100 | 10100 | 0 | 100000 | 1000101 | 1001011 | 100000 | 110101 | 10001 |
Color Harmonies of #412C14
Complementary color
Monochromatic Colors of #412C14
Black with #412C14
Text Example
Text Example
White with #412C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C14; }
p { color: rgb(65,44,20); }
H1.HeaderClassName
{
color: #412C14;
}
.AnyTagClassName
{
color: #412C14;
}
</style>
background-color css
<style>
a { background-color: #412C14; }
a { background-color: rgb(65,44,20); }
div.DivClassName
{
background-color: #412C14;
}
.BgClassName
{
background-color: #412C14;
}
</style>
border-color css
<style>
span { border-color: #412C14; }
span { border-color: rgb(65,44,20); }
td.TdClassName
{
border-color: #412C14;
}
.TagClassName
{
border-color: #412C14;
}
</style>