Shades of Bistre #432500
Tints of Bistre #432500
RGB
CMYK
RGB Variations
Color information
#432500 (or 0x432500) is known color: Bistre. HEX triplet: 43, 25 and 00. RGB value is (67,37,0). Sum of RGB (Red+Green+Blue) = 67+37+0=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #432500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432500 is #BCDAFF. Grayscale: #292929. Windows color (decimal): -12376832 or 9539. OLE color: 9539.
HSL color Cylindrical-coordinate representation of color #432500: hue angle of 33.13º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #432500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.74 |
| HSL | 33.13º | 1% | 0.13% | - |
| HSV(B) | 33.13º | 1% | 0.26% | - |
| XYZ | 2.98 | 2.52 | 0.33 | - |
| YUV | 41.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 0 | 0 | 0.45 | 1 | 0.74 | 33.13 | 1 | 0.13 |
| Hex | 43 | 25 | 0 | 0 | 2D | 64 | 4A | 21 | 64 | D |
| Octal | 103 | 45 | 0 | 0 | 55 | 144 | 112 | 41 | 144 | 15 |
| Binary | 1000011 | 100101 | 0 | 0 | 101101 | 1100100 | 1001010 | 100001 | 1100100 | 1101 |
Color Harmonies of #432500
Complementary color
Monochromatic Colors of #432500
Black with #432500
Text Example
Text Example
White with #432500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432500; }
p { color: rgb(67,37,0); }
H1.HeaderClassName
{
color: #432500;
}
.AnyTagClassName
{
color: #432500;
}
</style>
background-color css
<style>
a { background-color: #432500; }
a { background-color: rgb(67,37,0); }
div.DivClassName
{
background-color: #432500;
}
.BgClassName
{
background-color: #432500;
}
</style>
border-color css
<style>
span { border-color: #432500; }
span { border-color: rgb(67,37,0); }
td.TdClassName
{
border-color: #432500;
}
.TagClassName
{
border-color: #432500;
}
</style>