Shades of Bistre #412A09
Tints of Bistre #412A09
RGB
CMYK
RGB Variations
Color information
#412A09 (or 0x412A09) is known color: Bistre. HEX triplet: 41, 2A and 09. RGB value is (65,42,9). Sum of RGB (Red+Green+Blue) = 65+42+9=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A09 is #BED5F6. Grayscale: #2D2D2D. Windows color (decimal): -12506615 or 600641. OLE color: 600641.
HSL color Cylindrical-coordinate representation of color #412A09: hue angle of 35.36º 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 #412A09 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 9 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.75 |
| HSL | 35.36º | 0.76% | 0.15% | - |
| HSV(B) | 35.36º | 0.86% | 0.25% | - |
| XYZ | 3.06 | 2.8 | 0.64 | - |
| YUV | 45.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 9 | 0 | 0.35 | 0.86 | 0.75 | 35.36 | 0.76 | 0.15 |
| Hex | 41 | 2A | 9 | 0 | 23 | 56 | 4B | 23 | 4C | F |
| Octal | 101 | 52 | 11 | 0 | 43 | 126 | 113 | 43 | 114 | 17 |
| Binary | 1000001 | 101010 | 1001 | 0 | 100011 | 1010110 | 1001011 | 100011 | 1001100 | 1111 |
Color Harmonies of #412A09
Complementary color
Monochromatic Colors of #412A09
Black with #412A09
Text Example
Text Example
White with #412A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A09; }
p { color: rgb(65,42,9); }
H1.HeaderClassName
{
color: #412A09;
}
.AnyTagClassName
{
color: #412A09;
}
</style>
background-color css
<style>
a { background-color: #412A09; }
a { background-color: rgb(65,42,9); }
div.DivClassName
{
background-color: #412A09;
}
.BgClassName
{
background-color: #412A09;
}
</style>
border-color css
<style>
span { border-color: #412A09; }
span { border-color: rgb(65,42,9); }
td.TdClassName
{
border-color: #412A09;
}
.TagClassName
{
border-color: #412A09;
}
</style>