Shades of Bistre #412A0E
Tints of Bistre #412A0E
RGB
CMYK
RGB Variations
Color information
#412A0E (or 0x412A0E) is known color: Bistre. HEX triplet: 41, 2A and 0E. RGB value is (65,42,14). Sum of RGB (Red+Green+Blue) = 65+42+14=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A0E is #BED5F1. Grayscale: #2D2D2D. Windows color (decimal): -12506610 or 928321. OLE color: 928321.
HSL color Cylindrical-coordinate representation of color #412A0E: hue angle of 32.94º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412A0E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 14 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.75 |
| HSL | 32.94º | 0.65% | 0.15% | - |
| HSV(B) | 32.94º | 0.78% | 0.25% | - |
| XYZ | 3.09 | 2.81 | 0.8 | - |
| YUV | 45.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 14 | 0 | 0.35 | 0.78 | 0.75 | 32.94 | 0.65 | 0.15 |
| Hex | 41 | 2A | E | 0 | 23 | 4E | 4B | 21 | 41 | F |
| Octal | 101 | 52 | 16 | 0 | 43 | 116 | 113 | 41 | 101 | 17 |
| Binary | 1000001 | 101010 | 1110 | 0 | 100011 | 1001110 | 1001011 | 100001 | 1000001 | 1111 |
Color Harmonies of #412A0E
Complementary color
Monochromatic Colors of #412A0E
Black with #412A0E
Text Example
Text Example
White with #412A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A0E; }
p { color: rgb(65,42,14); }
H1.HeaderClassName
{
color: #412A0E;
}
.AnyTagClassName
{
color: #412A0E;
}
</style>
background-color css
<style>
a { background-color: #412A0E; }
a { background-color: rgb(65,42,14); }
div.DivClassName
{
background-color: #412A0E;
}
.BgClassName
{
background-color: #412A0E;
}
</style>
border-color css
<style>
span { border-color: #412A0E; }
span { border-color: rgb(65,42,14); }
td.TdClassName
{
border-color: #412A0E;
}
.TagClassName
{
border-color: #412A0E;
}
</style>