Shades of Bistre #432A14
Tints of Bistre #432A14
RGB
CMYK
RGB Variations
Color information
#432A14 (or 0x432A14) is known color: Bistre. HEX triplet: 43, 2A and 14. RGB value is (67,42,20). Sum of RGB (Red+Green+Blue) = 67+42+20=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #432A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A14 is #BCD5EB. Grayscale: #2F2F2F. Windows color (decimal): -12375532 or 1321539. OLE color: 1321539.
HSL color Cylindrical-coordinate representation of color #432A14: hue angle of 28.09º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432A14 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 20 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.74 |
| HSL | 28.09º | 0.54% | 0.17% | - |
| HSV(B) | 28.09º | 0.7% | 0.26% | - |
| XYZ | 3.27 | 2.9 | 1.05 | - |
| YUV | 46.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 20 | 0 | 0.37 | 0.70 | 0.74 | 28.09 | 0.54 | 0.17 |
| Hex | 43 | 2A | 14 | 0 | 25 | 46 | 4A | 1C | 36 | 11 |
| Octal | 103 | 52 | 24 | 0 | 45 | 106 | 112 | 34 | 66 | 21 |
| Binary | 1000011 | 101010 | 10100 | 0 | 100101 | 1000110 | 1001010 | 11100 | 110110 | 10001 |
Color Harmonies of #432A14
Complementary color
Monochromatic Colors of #432A14
Black with #432A14
Text Example
Text Example
White with #432A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A14; }
p { color: rgb(67,42,20); }
H1.HeaderClassName
{
color: #432A14;
}
.AnyTagClassName
{
color: #432A14;
}
</style>
background-color css
<style>
a { background-color: #432A14; }
a { background-color: rgb(67,42,20); }
div.DivClassName
{
background-color: #432A14;
}
.BgClassName
{
background-color: #432A14;
}
</style>
border-color css
<style>
span { border-color: #432A14; }
span { border-color: rgb(67,42,20); }
td.TdClassName
{
border-color: #432A14;
}
.TagClassName
{
border-color: #432A14;
}
</style>