Shades of Bistre #432E1B
Tints of Bistre #432E1B
RGB
CMYK
RGB Variations
Color information
#432E1B (or 0x432E1B) is known color: Bistre. HEX triplet: 43, 2E and 1B. RGB value is (67,46,27). Sum of RGB (Red+Green+Blue) = 67+46+27=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #432E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E1B is #BCD1E4. Grayscale: #323232. Windows color (decimal): -12374501 or 1781315. OLE color: 1781315.
HSL color Cylindrical-coordinate representation of color #432E1B: hue angle of 28.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432E1B is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 27 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.74 |
| HSL | 28.5º | 0.43% | 0.18% | - |
| HSV(B) | 28.5º | 0.6% | 0.26% | - |
| XYZ | 3.49 | 3.23 | 1.48 | - |
| YUV | 50.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 27 | 0 | 0.31 | 0.60 | 0.74 | 28.5 | 0.43 | 0.18 |
| Hex | 43 | 2E | 1B | 0 | 1F | 3C | 4A | 1C | 2B | 12 |
| Octal | 103 | 56 | 33 | 0 | 37 | 74 | 112 | 34 | 53 | 22 |
| Binary | 1000011 | 101110 | 11011 | 0 | 11111 | 111100 | 1001010 | 11100 | 101011 | 10010 |
Color Harmonies of #432E1B
Complementary color
Monochromatic Colors of #432E1B
Black with #432E1B
Text Example
Text Example
White with #432E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E1B; }
p { color: rgb(67,46,27); }
H1.HeaderClassName
{
color: #432E1B;
}
.AnyTagClassName
{
color: #432E1B;
}
</style>
background-color css
<style>
a { background-color: #432E1B; }
a { background-color: rgb(67,46,27); }
div.DivClassName
{
background-color: #432E1B;
}
.BgClassName
{
background-color: #432E1B;
}
</style>
border-color css
<style>
span { border-color: #432E1B; }
span { border-color: rgb(67,46,27); }
td.TdClassName
{
border-color: #432E1B;
}
.TagClassName
{
border-color: #432E1B;
}
</style>