Shades of Bistre #432409
Tints of Bistre #432409
RGB
CMYK
RGB Variations
Color information
#432409 (or 0x432409) is known color: Bistre. HEX triplet: 43, 24 and 09. RGB value is (67,36,9). Sum of RGB (Red+Green+Blue) = 67+36+9=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #432409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432409 is #BCDBF6. Grayscale: #2A2A2A. Windows color (decimal): -12377079 or 599107. OLE color: 599107.
HSL color Cylindrical-coordinate representation of color #432409: hue angle of 27.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #432409 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 9 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.74 |
| HSL | 27.93º | 0.76% | 0.15% | - |
| HSV(B) | 27.93º | 0.87% | 0.26% | - |
| XYZ | 2.99 | 2.47 | 0.58 | - |
| YUV | 42.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 9 | 0 | 0.46 | 0.87 | 0.74 | 27.93 | 0.76 | 0.15 |
| Hex | 43 | 24 | 9 | 0 | 2E | 57 | 4A | 1C | 4C | F |
| Octal | 103 | 44 | 11 | 0 | 56 | 127 | 112 | 34 | 114 | 17 |
| Binary | 1000011 | 100100 | 1001 | 0 | 101110 | 1010111 | 1001010 | 11100 | 1001100 | 1111 |
Color Harmonies of #432409
Complementary color
Monochromatic Colors of #432409
Black with #432409
Text Example
Text Example
White with #432409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432409; }
p { color: rgb(67,36,9); }
H1.HeaderClassName
{
color: #432409;
}
.AnyTagClassName
{
color: #432409;
}
</style>
background-color css
<style>
a { background-color: #432409; }
a { background-color: rgb(67,36,9); }
div.DivClassName
{
background-color: #432409;
}
.BgClassName
{
background-color: #432409;
}
</style>
border-color css
<style>
span { border-color: #432409; }
span { border-color: rgb(67,36,9); }
td.TdClassName
{
border-color: #432409;
}
.TagClassName
{
border-color: #432409;
}
</style>