Shades of Bistre #432403
Tints of Bistre #432403
RGB
CMYK
RGB Variations
Color information
#432403 (or 0x432403) is known color: Bistre. HEX triplet: 43, 24 and 03. RGB value is (67,36,3). Sum of RGB (Red+Green+Blue) = 67+36+3=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #432403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432403 is #BCDBFC. Grayscale: #292929. Windows color (decimal): -12377085 or 205891. OLE color: 205891.
HSL color Cylindrical-coordinate representation of color #432403: hue angle of 30.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #432403 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.74 |
| HSL | 30.94º | 0.91% | 0.14% | - |
| HSV(B) | 30.94º | 0.96% | 0.26% | - |
| XYZ | 2.96 | 2.46 | 0.41 | - |
| YUV | 41.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 3 | 0 | 0.46 | 0.96 | 0.74 | 30.94 | 0.91 | 0.14 |
| Hex | 43 | 24 | 3 | 0 | 2E | 60 | 4A | 1F | 5B | E |
| Octal | 103 | 44 | 3 | 0 | 56 | 140 | 112 | 37 | 133 | 16 |
| Binary | 1000011 | 100100 | 11 | 0 | 101110 | 1100000 | 1001010 | 11111 | 1011011 | 1110 |
Color Harmonies of #432403
Complementary color
Monochromatic Colors of #432403
Black with #432403
Text Example
Text Example
White with #432403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432403; }
p { color: rgb(67,36,3); }
H1.HeaderClassName
{
color: #432403;
}
.AnyTagClassName
{
color: #432403;
}
</style>
background-color css
<style>
a { background-color: #432403; }
a { background-color: rgb(67,36,3); }
div.DivClassName
{
background-color: #432403;
}
.BgClassName
{
background-color: #432403;
}
</style>
border-color css
<style>
span { border-color: #432403; }
span { border-color: rgb(67,36,3); }
td.TdClassName
{
border-color: #432403;
}
.TagClassName
{
border-color: #432403;
}
</style>