Shades of Bistre #432911
Tints of Bistre #432911
RGB
CMYK
RGB Variations
Color information
#432911 (or 0x432911) is known color: Bistre. HEX triplet: 43, 29 and 11. RGB value is (67,41,17). Sum of RGB (Red+Green+Blue) = 67+41+17=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432911 is #BCD6EE. Grayscale: #2E2E2E. Windows color (decimal): -12375791 or 1124675. OLE color: 1124675.
HSL color Cylindrical-coordinate representation of color #432911: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432911 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 41 | 17 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.74 |
| HSL | 28.8º | 0.6% | 0.16% | - |
| HSV(B) | 28.8º | 0.75% | 0.26% | - |
| XYZ | 3.21 | 2.82 | 0.91 | - |
| YUV | 46.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 17 | 0 | 0.39 | 0.75 | 0.74 | 28.8 | 0.6 | 0.16 |
| Hex | 43 | 29 | 11 | 0 | 27 | 4B | 4A | 1D | 3C | 10 |
| Octal | 103 | 51 | 21 | 0 | 47 | 113 | 112 | 35 | 74 | 20 |
| Binary | 1000011 | 101001 | 10001 | 0 | 100111 | 1001011 | 1001010 | 11101 | 111100 | 10000 |
Color Harmonies of #432911
Complementary color
Monochromatic Colors of #432911
Black with #432911
Text Example
Text Example
White with #432911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432911; }
p { color: rgb(67,41,17); }
H1.HeaderClassName
{
color: #432911;
}
.AnyTagClassName
{
color: #432911;
}
</style>
background-color css
<style>
a { background-color: #432911; }
a { background-color: rgb(67,41,17); }
div.DivClassName
{
background-color: #432911;
}
.BgClassName
{
background-color: #432911;
}
</style>
border-color css
<style>
span { border-color: #432911; }
span { border-color: rgb(67,41,17); }
td.TdClassName
{
border-color: #432911;
}
.TagClassName
{
border-color: #432911;
}
</style>