Shades of Bistre #432202
Tints of Bistre #432202
RGB
CMYK
RGB Variations
Color information
#432202 (or 0x432202) is known color: Bistre. HEX triplet: 43, 22 and 02. RGB value is (67,34,2). Sum of RGB (Red+Green+Blue) = 67+34+2=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #432202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432202 is #BCDDFD. Grayscale: #282828. Windows color (decimal): -12377598 or 139843. OLE color: 139843.
HSL color Cylindrical-coordinate representation of color #432202: hue angle of 29.54º 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 #432202 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 34 | 2 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.74 |
| HSL | 29.54º | 0.94% | 0.14% | - |
| HSV(B) | 29.54º | 0.97% | 0.26% | - |
| XYZ | 2.9 | 2.34 | 0.36 | - |
| YUV | 40.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 2 | 0 | 0.49 | 0.97 | 0.74 | 29.54 | 0.94 | 0.14 |
| Hex | 43 | 22 | 2 | 0 | 31 | 61 | 4A | 1E | 5E | E |
| Octal | 103 | 42 | 2 | 0 | 61 | 141 | 112 | 36 | 136 | 16 |
| Binary | 1000011 | 100010 | 10 | 0 | 110001 | 1100001 | 1001010 | 11110 | 1011110 | 1110 |
Color Harmonies of #432202
Complementary color
Monochromatic Colors of #432202
Black with #432202
Text Example
Text Example
White with #432202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432202; }
p { color: rgb(67,34,2); }
H1.HeaderClassName
{
color: #432202;
}
.AnyTagClassName
{
color: #432202;
}
</style>
background-color css
<style>
a { background-color: #432202; }
a { background-color: rgb(67,34,2); }
div.DivClassName
{
background-color: #432202;
}
.BgClassName
{
background-color: #432202;
}
</style>
border-color css
<style>
span { border-color: #432202; }
span { border-color: rgb(67,34,2); }
td.TdClassName
{
border-color: #432202;
}
.TagClassName
{
border-color: #432202;
}
</style>