Shades of Bistre #432A02
Tints of Bistre #432A02
RGB
CMYK
RGB Variations
Color information
#432A02 (or 0x432A02) is known color: Bistre. HEX triplet: 43, 2A and 02. RGB value is (67,42,2). Sum of RGB (Red+Green+Blue) = 67+42+2=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #432A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A02 is #BCD5FD. Grayscale: #2D2D2D. Windows color (decimal): -12375550 or 141891. OLE color: 141891.
HSL color Cylindrical-coordinate representation of color #432A02: hue angle of 36.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #432A02 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 2 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.74 |
| HSL | 36.92º | 0.94% | 0.14% | - |
| HSV(B) | 36.92º | 0.97% | 0.26% | - |
| XYZ | 3.15 | 2.85 | 0.44 | - |
| YUV | 44.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 2 | 0 | 0.37 | 0.97 | 0.74 | 36.92 | 0.94 | 0.14 |
| Hex | 43 | 2A | 2 | 0 | 25 | 61 | 4A | 25 | 5E | E |
| Octal | 103 | 52 | 2 | 0 | 45 | 141 | 112 | 45 | 136 | 16 |
| Binary | 1000011 | 101010 | 10 | 0 | 100101 | 1100001 | 1001010 | 100101 | 1011110 | 1110 |
Color Harmonies of #432A02
Complementary color
Monochromatic Colors of #432A02
Black with #432A02
Text Example
Text Example
White with #432A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A02; }
p { color: rgb(67,42,2); }
H1.HeaderClassName
{
color: #432A02;
}
.AnyTagClassName
{
color: #432A02;
}
</style>
background-color css
<style>
a { background-color: #432A02; }
a { background-color: rgb(67,42,2); }
div.DivClassName
{
background-color: #432A02;
}
.BgClassName
{
background-color: #432A02;
}
</style>
border-color css
<style>
span { border-color: #432A02; }
span { border-color: rgb(67,42,2); }
td.TdClassName
{
border-color: #432A02;
}
.TagClassName
{
border-color: #432A02;
}
</style>