Shades of Bistre #432404
Tints of Bistre #432404
RGB
CMYK
RGB Variations
Color information
#432404 (or 0x432404) is known color: Bistre. HEX triplet: 43, 24 and 04. RGB value is (67,36,4). Sum of RGB (Red+Green+Blue) = 67+36+4=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #432404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432404 is #BCDBFB. Grayscale: #292929. Windows color (decimal): -12377084 or 271427. OLE color: 271427.
HSL color Cylindrical-coordinate representation of color #432404: hue angle of 30.48º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #432404 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 4 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.74 |
| HSL | 30.48º | 0.89% | 0.14% | - |
| HSV(B) | 30.48º | 0.94% | 0.26% | - |
| XYZ | 2.97 | 2.46 | 0.43 | - |
| YUV | 41.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 4 | 0 | 0.46 | 0.94 | 0.74 | 30.48 | 0.89 | 0.14 |
| Hex | 43 | 24 | 4 | 0 | 2E | 5E | 4A | 1E | 59 | E |
| Octal | 103 | 44 | 4 | 0 | 56 | 136 | 112 | 36 | 131 | 16 |
| Binary | 1000011 | 100100 | 100 | 0 | 101110 | 1011110 | 1001010 | 11110 | 1011001 | 1110 |
Color Harmonies of #432404
Complementary color
Monochromatic Colors of #432404
Black with #432404
Text Example
Text Example
White with #432404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432404; }
p { color: rgb(67,36,4); }
H1.HeaderClassName
{
color: #432404;
}
.AnyTagClassName
{
color: #432404;
}
</style>
background-color css
<style>
a { background-color: #432404; }
a { background-color: rgb(67,36,4); }
div.DivClassName
{
background-color: #432404;
}
.BgClassName
{
background-color: #432404;
}
</style>
border-color css
<style>
span { border-color: #432404; }
span { border-color: rgb(67,36,4); }
td.TdClassName
{
border-color: #432404;
}
.TagClassName
{
border-color: #432404;
}
</style>