Shades of Bistre #412B1E
Tints of Bistre #412B1E
RGB
CMYK
RGB Variations
Color information
#412B1E (or 0x412B1E) is known color: Bistre. HEX triplet: 41, 2B and 1E. RGB value is (65,43,30). Sum of RGB (Red+Green+Blue) = 65+43+30=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B1E is #BED4E1. Grayscale: #303030. Windows color (decimal): -12506338 or 1977153. OLE color: 1977153.
HSL color Cylindrical-coordinate representation of color #412B1E: hue angle of 22.29º 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 #412B1E is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 30 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.75 |
| HSL | 22.29º | 0.37% | 0.19% | - |
| HSV(B) | 22.29º | 0.54% | 0.25% | - |
| XYZ | 3.28 | 2.95 | 1.62 | - |
| YUV | 48.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 30 | 0 | 0.34 | 0.54 | 0.75 | 22.29 | 0.37 | 0.19 |
| Hex | 41 | 2B | 1E | 0 | 22 | 36 | 4B | 16 | 25 | 13 |
| Octal | 101 | 53 | 36 | 0 | 42 | 66 | 113 | 26 | 45 | 23 |
| Binary | 1000001 | 101011 | 11110 | 0 | 100010 | 110110 | 1001011 | 10110 | 100101 | 10011 |
Color Harmonies of #412B1E
Complementary color
Monochromatic Colors of #412B1E
Black with #412B1E
Text Example
Text Example
White with #412B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B1E; }
p { color: rgb(65,43,30); }
H1.HeaderClassName
{
color: #412B1E;
}
.AnyTagClassName
{
color: #412B1E;
}
</style>
background-color css
<style>
a { background-color: #412B1E; }
a { background-color: rgb(65,43,30); }
div.DivClassName
{
background-color: #412B1E;
}
.BgClassName
{
background-color: #412B1E;
}
</style>
border-color css
<style>
span { border-color: #412B1E; }
span { border-color: rgb(65,43,30); }
td.TdClassName
{
border-color: #412B1E;
}
.TagClassName
{
border-color: #412B1E;
}
</style>