Shades of Bistre #412E1E
Tints of Bistre #412E1E
RGB
CMYK
RGB Variations
Color information
#412E1E (or 0x412E1E) is known color: Bistre. HEX triplet: 41, 2E and 1E. RGB value is (65,46,30). Sum of RGB (Red+Green+Blue) = 65+46+30=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E1E is #BED1E1. Grayscale: #313131. Windows color (decimal): -12505570 or 1977921. OLE color: 1977921.
HSL color Cylindrical-coordinate representation of color #412E1E: hue angle of 27.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412E1E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 30 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.75 |
| HSL | 27.43º | 0.37% | 0.19% | - |
| HSV(B) | 27.43º | 0.54% | 0.25% | - |
| XYZ | 3.39 | 3.17 | 1.66 | - |
| YUV | 49.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 30 | 0 | 0.29 | 0.54 | 0.75 | 27.43 | 0.37 | 0.19 |
| Hex | 41 | 2E | 1E | 0 | 1D | 36 | 4B | 1B | 25 | 13 |
| Octal | 101 | 56 | 36 | 0 | 35 | 66 | 113 | 33 | 45 | 23 |
| Binary | 1000001 | 101110 | 11110 | 0 | 11101 | 110110 | 1001011 | 11011 | 100101 | 10011 |
Color Harmonies of #412E1E
Complementary color
Monochromatic Colors of #412E1E
Black with #412E1E
Text Example
Text Example
White with #412E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E1E; }
p { color: rgb(65,46,30); }
H1.HeaderClassName
{
color: #412E1E;
}
.AnyTagClassName
{
color: #412E1E;
}
</style>
background-color css
<style>
a { background-color: #412E1E; }
a { background-color: rgb(65,46,30); }
div.DivClassName
{
background-color: #412E1E;
}
.BgClassName
{
background-color: #412E1E;
}
</style>
border-color css
<style>
span { border-color: #412E1E; }
span { border-color: rgb(65,46,30); }
td.TdClassName
{
border-color: #412E1E;
}
.TagClassName
{
border-color: #412E1E;
}
</style>