Shades of Bistre #432C0C
Tints of Bistre #432C0C
RGB
CMYK
RGB Variations
Color information
#432C0C (or 0x432C0C) is known color: Bistre. HEX triplet: 43, 2C and 0C. RGB value is (67,44,12). Sum of RGB (Red+Green+Blue) = 67+44+12=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432C0C is #BCD3F3. Grayscale: #2F2F2F. Windows color (decimal): -12375028 or 797763. OLE color: 797763.
HSL color Cylindrical-coordinate representation of color #432C0C: hue angle of 34.91º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432C0C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 12 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.74 |
| HSL | 34.91º | 0.7% | 0.15% | - |
| HSV(B) | 34.91º | 0.82% | 0.26% | - |
| XYZ | 3.28 | 3.02 | 0.76 | - |
| YUV | 47.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 12 | 0 | 0.34 | 0.82 | 0.74 | 34.91 | 0.7 | 0.15 |
| Hex | 43 | 2C | C | 0 | 22 | 52 | 4A | 23 | 46 | F |
| Octal | 103 | 54 | 14 | 0 | 42 | 122 | 112 | 43 | 106 | 17 |
| Binary | 1000011 | 101100 | 1100 | 0 | 100010 | 1010010 | 1001010 | 100011 | 1000110 | 1111 |
Color Harmonies of #432C0C
Complementary color
Monochromatic Colors of #432C0C
Black with #432C0C
Text Example
Text Example
White with #432C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C0C; }
p { color: rgb(67,44,12); }
H1.HeaderClassName
{
color: #432C0C;
}
.AnyTagClassName
{
color: #432C0C;
}
</style>
background-color css
<style>
a { background-color: #432C0C; }
a { background-color: rgb(67,44,12); }
div.DivClassName
{
background-color: #432C0C;
}
.BgClassName
{
background-color: #432C0C;
}
</style>
border-color css
<style>
span { border-color: #432C0C; }
span { border-color: rgb(67,44,12); }
td.TdClassName
{
border-color: #432C0C;
}
.TagClassName
{
border-color: #432C0C;
}
</style>