Shades of Bistre #432A06
Tints of Bistre #432A06
RGB
CMYK
RGB Variations
Color information
#432A06 (or 0x432A06) is known color: Bistre. HEX triplet: 43, 2A and 06. RGB value is (67,42,6). Sum of RGB (Red+Green+Blue) = 67+42+6=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A06 is #BCD5F9. Grayscale: #2D2D2D. Windows color (decimal): -12375546 or 404035. OLE color: 404035.
HSL color Cylindrical-coordinate representation of color #432A06: hue angle of 35.41º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #432A06 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 6 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.74 |
| HSL | 35.41º | 0.84% | 0.14% | - |
| HSV(B) | 35.41º | 0.91% | 0.26% | - |
| XYZ | 3.18 | 2.86 | 0.56 | - |
| YUV | 45.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 6 | 0 | 0.37 | 0.91 | 0.74 | 35.41 | 0.84 | 0.14 |
| Hex | 43 | 2A | 6 | 0 | 25 | 5B | 4A | 23 | 54 | E |
| Octal | 103 | 52 | 6 | 0 | 45 | 133 | 112 | 43 | 124 | 16 |
| Binary | 1000011 | 101010 | 110 | 0 | 100101 | 1011011 | 1001010 | 100011 | 1010100 | 1110 |
Color Harmonies of #432A06
Complementary color
Monochromatic Colors of #432A06
Black with #432A06
Text Example
Text Example
White with #432A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A06; }
p { color: rgb(67,42,6); }
H1.HeaderClassName
{
color: #432A06;
}
.AnyTagClassName
{
color: #432A06;
}
</style>
background-color css
<style>
a { background-color: #432A06; }
a { background-color: rgb(67,42,6); }
div.DivClassName
{
background-color: #432A06;
}
.BgClassName
{
background-color: #432A06;
}
</style>
border-color css
<style>
span { border-color: #432A06; }
span { border-color: rgb(67,42,6); }
td.TdClassName
{
border-color: #432A06;
}
.TagClassName
{
border-color: #432A06;
}
</style>