Shades of Bistre #432D13
Tints of Bistre #432D13
RGB
CMYK
RGB Variations
Color information
#432D13 (or 0x432D13) is known color: Bistre. HEX triplet: 43, 2D and 13. RGB value is (67,45,19). Sum of RGB (Red+Green+Blue) = 67+45+19=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D13 is #BCD2EC. Grayscale: #303030. Windows color (decimal): -12374765 or 1256771. OLE color: 1256771.
HSL color Cylindrical-coordinate representation of color #432D13: hue angle of 32.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432D13 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 19 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.74 |
| HSL | 32.5º | 0.56% | 0.17% | - |
| HSV(B) | 32.5º | 0.72% | 0.26% | - |
| XYZ | 3.37 | 3.12 | 1.04 | - |
| YUV | 48.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 19 | 0 | 0.33 | 0.72 | 0.74 | 32.5 | 0.56 | 0.17 |
| Hex | 43 | 2D | 13 | 0 | 21 | 48 | 4A | 20 | 38 | 11 |
| Octal | 103 | 55 | 23 | 0 | 41 | 110 | 112 | 40 | 70 | 21 |
| Binary | 1000011 | 101101 | 10011 | 0 | 100001 | 1001000 | 1001010 | 100000 | 111000 | 10001 |
Color Harmonies of #432D13
Complementary color
Monochromatic Colors of #432D13
Black with #432D13
Text Example
Text Example
White with #432D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D13; }
p { color: rgb(67,45,19); }
H1.HeaderClassName
{
color: #432D13;
}
.AnyTagClassName
{
color: #432D13;
}
</style>
background-color css
<style>
a { background-color: #432D13; }
a { background-color: rgb(67,45,19); }
div.DivClassName
{
background-color: #432D13;
}
.BgClassName
{
background-color: #432D13;
}
</style>
border-color css
<style>
span { border-color: #432D13; }
span { border-color: rgb(67,45,19); }
td.TdClassName
{
border-color: #432D13;
}
.TagClassName
{
border-color: #432D13;
}
</style>