Shades of Bistre #412509
Tints of Bistre #412509
RGB
CMYK
RGB Variations
Color information
#412509 (or 0x412509) is known color: Bistre. HEX triplet: 41, 25 and 09. RGB value is (65,37,9). Sum of RGB (Red+Green+Blue) = 65+37+9=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412509 is #BEDAF6. Grayscale: #2A2A2A. Windows color (decimal): -12507895 or 599361. OLE color: 599361.
HSL color Cylindrical-coordinate representation of color #412509: hue angle of 30º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412509 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 9 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.75 |
| HSL | 30º | 0.76% | 0.15% | - |
| HSV(B) | 30º | 0.86% | 0.25% | - |
| XYZ | 2.89 | 2.47 | 0.58 | - |
| YUV | 42.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 9 | 0 | 0.43 | 0.86 | 0.75 | 30 | 0.76 | 0.15 |
| Hex | 41 | 25 | 9 | 0 | 2B | 56 | 4B | 1E | 4C | F |
| Octal | 101 | 45 | 11 | 0 | 53 | 126 | 113 | 36 | 114 | 17 |
| Binary | 1000001 | 100101 | 1001 | 0 | 101011 | 1010110 | 1001011 | 11110 | 1001100 | 1111 |
Color Harmonies of #412509
Complementary color
Monochromatic Colors of #412509
Black with #412509
Text Example
Text Example
White with #412509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412509; }
p { color: rgb(65,37,9); }
H1.HeaderClassName
{
color: #412509;
}
.AnyTagClassName
{
color: #412509;
}
</style>
background-color css
<style>
a { background-color: #412509; }
a { background-color: rgb(65,37,9); }
div.DivClassName
{
background-color: #412509;
}
.BgClassName
{
background-color: #412509;
}
</style>
border-color css
<style>
span { border-color: #412509; }
span { border-color: rgb(65,37,9); }
td.TdClassName
{
border-color: #412509;
}
.TagClassName
{
border-color: #412509;
}
</style>