Shades of Bistre #412409
Tints of Bistre #412409
RGB
CMYK
RGB Variations
Color information
#412409 (or 0x412409) is known color: Bistre. HEX triplet: 41, 24 and 09. RGB value is (65,36,9). Sum of RGB (Red+Green+Blue) = 65+36+9=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412409 is #BEDBF6. Grayscale: #292929. Windows color (decimal): -12508151 or 599105. OLE color: 599105.
HSL color Cylindrical-coordinate representation of color #412409: hue angle of 28.93º 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 #412409 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 9 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.75 |
| HSL | 28.93º | 0.76% | 0.15% | - |
| HSV(B) | 28.93º | 0.86% | 0.25% | - |
| XYZ | 2.86 | 2.41 | 0.57 | - |
| YUV | 41.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 9 | 0 | 0.45 | 0.86 | 0.75 | 28.93 | 0.76 | 0.15 |
| Hex | 41 | 24 | 9 | 0 | 2D | 56 | 4B | 1D | 4C | F |
| Octal | 101 | 44 | 11 | 0 | 55 | 126 | 113 | 35 | 114 | 17 |
| Binary | 1000001 | 100100 | 1001 | 0 | 101101 | 1010110 | 1001011 | 11101 | 1001100 | 1111 |
Color Harmonies of #412409
Complementary color
Monochromatic Colors of #412409
Black with #412409
Text Example
Text Example
White with #412409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412409; }
p { color: rgb(65,36,9); }
H1.HeaderClassName
{
color: #412409;
}
.AnyTagClassName
{
color: #412409;
}
</style>
background-color css
<style>
a { background-color: #412409; }
a { background-color: rgb(65,36,9); }
div.DivClassName
{
background-color: #412409;
}
.BgClassName
{
background-color: #412409;
}
</style>
border-color css
<style>
span { border-color: #412409; }
span { border-color: rgb(65,36,9); }
td.TdClassName
{
border-color: #412409;
}
.TagClassName
{
border-color: #412409;
}
</style>