Shades of Bistre #432A08
Tints of Bistre #432A08
RGB
CMYK
RGB Variations
Color information
#432A08 (or 0x432A08) is known color: Bistre. HEX triplet: 43, 2A and 08. RGB value is (67,42,8). Sum of RGB (Red+Green+Blue) = 67+42+8=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #432A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A08 is #BCD5F7. Grayscale: #2D2D2D. Windows color (decimal): -12375544 or 535107. OLE color: 535107.
HSL color Cylindrical-coordinate representation of color #432A08: hue angle of 34.58º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #432A08 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 8 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.74 |
| HSL | 34.58º | 0.79% | 0.15% | - |
| HSV(B) | 34.58º | 0.88% | 0.26% | - |
| XYZ | 3.19 | 2.87 | 0.62 | - |
| YUV | 45.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 8 | 0 | 0.37 | 0.88 | 0.74 | 34.58 | 0.79 | 0.15 |
| Hex | 43 | 2A | 8 | 0 | 25 | 58 | 4A | 23 | 4F | F |
| Octal | 103 | 52 | 10 | 0 | 45 | 130 | 112 | 43 | 117 | 17 |
| Binary | 1000011 | 101010 | 1000 | 0 | 100101 | 1011000 | 1001010 | 100011 | 1001111 | 1111 |
Color Harmonies of #432A08
Complementary color
Monochromatic Colors of #432A08
Black with #432A08
Text Example
Text Example
White with #432A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A08; }
p { color: rgb(67,42,8); }
H1.HeaderClassName
{
color: #432A08;
}
.AnyTagClassName
{
color: #432A08;
}
</style>
background-color css
<style>
a { background-color: #432A08; }
a { background-color: rgb(67,42,8); }
div.DivClassName
{
background-color: #432A08;
}
.BgClassName
{
background-color: #432A08;
}
</style>
border-color css
<style>
span { border-color: #432A08; }
span { border-color: rgb(67,42,8); }
td.TdClassName
{
border-color: #432A08;
}
.TagClassName
{
border-color: #432A08;
}
</style>