Shades of Bistre #432A09
Tints of Bistre #432A09
RGB
CMYK
RGB Variations
Color information
#432A09 (or 0x432A09) is known color: Bistre. HEX triplet: 43, 2A and 09. RGB value is (67,42,9). Sum of RGB (Red+Green+Blue) = 67+42+9=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #432A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A09 is #BCD5F6. Grayscale: #2D2D2D. Windows color (decimal): -12375543 or 600643. OLE color: 600643.
HSL color Cylindrical-coordinate representation of color #432A09: hue angle of 34.14º 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 #432A09 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 9 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.74 |
| HSL | 34.14º | 0.76% | 0.15% | - |
| HSV(B) | 34.14º | 0.87% | 0.26% | - |
| XYZ | 3.19 | 2.87 | 0.64 | - |
| YUV | 45.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 9 | 0 | 0.37 | 0.87 | 0.74 | 34.14 | 0.76 | 0.15 |
| Hex | 43 | 2A | 9 | 0 | 25 | 57 | 4A | 22 | 4C | F |
| Octal | 103 | 52 | 11 | 0 | 45 | 127 | 112 | 42 | 114 | 17 |
| Binary | 1000011 | 101010 | 1001 | 0 | 100101 | 1010111 | 1001010 | 100010 | 1001100 | 1111 |
Color Harmonies of #432A09
Complementary color
Monochromatic Colors of #432A09
Black with #432A09
Text Example
Text Example
White with #432A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A09; }
p { color: rgb(67,42,9); }
H1.HeaderClassName
{
color: #432A09;
}
.AnyTagClassName
{
color: #432A09;
}
</style>
background-color css
<style>
a { background-color: #432A09; }
a { background-color: rgb(67,42,9); }
div.DivClassName
{
background-color: #432A09;
}
.BgClassName
{
background-color: #432A09;
}
</style>
border-color css
<style>
span { border-color: #432A09; }
span { border-color: rgb(67,42,9); }
td.TdClassName
{
border-color: #432A09;
}
.TagClassName
{
border-color: #432A09;
}
</style>