Shades of Bistre #432D14
Tints of Bistre #432D14
RGB
CMYK
RGB Variations
Color information
#432D14 (or 0x432D14) is known color: Bistre. HEX triplet: 43, 2D and 14. RGB value is (67,45,20). Sum of RGB (Red+Green+Blue) = 67+45+20=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D14 is #BCD2EB. Grayscale: #303030. Windows color (decimal): -12374764 or 1322307. OLE color: 1322307.
HSL color Cylindrical-coordinate representation of color #432D14: hue angle of 31.91º 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 #432D14 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 20 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.74 |
| HSL | 31.91º | 0.54% | 0.17% | - |
| HSV(B) | 31.91º | 0.7% | 0.26% | - |
| XYZ | 3.38 | 3.12 | 1.09 | - |
| YUV | 48.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 20 | 0 | 0.33 | 0.70 | 0.74 | 31.91 | 0.54 | 0.17 |
| Hex | 43 | 2D | 14 | 0 | 21 | 46 | 4A | 20 | 36 | 11 |
| Octal | 103 | 55 | 24 | 0 | 41 | 106 | 112 | 40 | 66 | 21 |
| Binary | 1000011 | 101101 | 10100 | 0 | 100001 | 1000110 | 1001010 | 100000 | 110110 | 10001 |
Color Harmonies of #432D14
Complementary color
Monochromatic Colors of #432D14
Black with #432D14
Text Example
Text Example
White with #432D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D14; }
p { color: rgb(67,45,20); }
H1.HeaderClassName
{
color: #432D14;
}
.AnyTagClassName
{
color: #432D14;
}
</style>
background-color css
<style>
a { background-color: #432D14; }
a { background-color: rgb(67,45,20); }
div.DivClassName
{
background-color: #432D14;
}
.BgClassName
{
background-color: #432D14;
}
</style>
border-color css
<style>
span { border-color: #432D14; }
span { border-color: rgb(67,45,20); }
td.TdClassName
{
border-color: #432D14;
}
.TagClassName
{
border-color: #432D14;
}
</style>