Shades of Bistre #432A07
Tints of Bistre #432A07
RGB
CMYK
RGB Variations
Color information
#432A07 (or 0x432A07) is known color: Bistre. HEX triplet: 43, 2A and 07. RGB value is (67,42,7). Sum of RGB (Red+Green+Blue) = 67+42+7=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A07 is #BCD5F8. Grayscale: #2D2D2D. Windows color (decimal): -12375545 or 469571. OLE color: 469571.
HSL color Cylindrical-coordinate representation of color #432A07: hue angle of 35º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #432A07 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 7 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.74 |
| HSL | 35º | 0.81% | 0.15% | - |
| HSV(B) | 35º | 0.9% | 0.26% | - |
| XYZ | 3.18 | 2.86 | 0.59 | - |
| YUV | 45.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 7 | 0 | 0.37 | 0.90 | 0.74 | 35 | 0.81 | 0.15 |
| Hex | 43 | 2A | 7 | 0 | 25 | 5A | 4A | 23 | 51 | F |
| Octal | 103 | 52 | 7 | 0 | 45 | 132 | 112 | 43 | 121 | 17 |
| Binary | 1000011 | 101010 | 111 | 0 | 100101 | 1011010 | 1001010 | 100011 | 1010001 | 1111 |
Color Harmonies of #432A07
Complementary color
Monochromatic Colors of #432A07
Black with #432A07
Text Example
Text Example
White with #432A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A07; }
p { color: rgb(67,42,7); }
H1.HeaderClassName
{
color: #432A07;
}
.AnyTagClassName
{
color: #432A07;
}
</style>
background-color css
<style>
a { background-color: #432A07; }
a { background-color: rgb(67,42,7); }
div.DivClassName
{
background-color: #432A07;
}
.BgClassName
{
background-color: #432A07;
}
</style>
border-color css
<style>
span { border-color: #432A07; }
span { border-color: rgb(67,42,7); }
td.TdClassName
{
border-color: #432A07;
}
.TagClassName
{
border-color: #432A07;
}
</style>