Shades of Bistre #432C11
Tints of Bistre #432C11
RGB
CMYK
RGB Variations
Color information
#432C11 (or 0x432C11) is known color: Bistre. HEX triplet: 43, 2C and 11. RGB value is (67,44,17). Sum of RGB (Red+Green+Blue) = 67+44+17=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #432C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432C11 is #BCD3EE. Grayscale: #2F2F2F. Windows color (decimal): -12375023 or 1125443. OLE color: 1125443.
HSL color Cylindrical-coordinate representation of color #432C11: hue angle of 32.4º 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 #432C11 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 17 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.74 |
| HSL | 32.4º | 0.6% | 0.16% | - |
| HSV(B) | 32.4º | 0.75% | 0.26% | - |
| XYZ | 3.32 | 3.04 | 0.94 | - |
| YUV | 47.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 17 | 0 | 0.34 | 0.75 | 0.74 | 32.4 | 0.6 | 0.16 |
| Hex | 43 | 2C | 11 | 0 | 22 | 4B | 4A | 20 | 3C | 10 |
| Octal | 103 | 54 | 21 | 0 | 42 | 113 | 112 | 40 | 74 | 20 |
| Binary | 1000011 | 101100 | 10001 | 0 | 100010 | 1001011 | 1001010 | 100000 | 111100 | 10000 |
Color Harmonies of #432C11
Complementary color
Monochromatic Colors of #432C11
Black with #432C11
Text Example
Text Example
White with #432C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C11; }
p { color: rgb(67,44,17); }
H1.HeaderClassName
{
color: #432C11;
}
.AnyTagClassName
{
color: #432C11;
}
</style>
background-color css
<style>
a { background-color: #432C11; }
a { background-color: rgb(67,44,17); }
div.DivClassName
{
background-color: #432C11;
}
.BgClassName
{
background-color: #432C11;
}
</style>
border-color css
<style>
span { border-color: #432C11; }
span { border-color: rgb(67,44,17); }
td.TdClassName
{
border-color: #432C11;
}
.TagClassName
{
border-color: #432C11;
}
</style>