Shades of Bistre #432E1A
Tints of Bistre #432E1A
RGB
CMYK
RGB Variations
Color information
#432E1A (or 0x432E1A) is known color: Bistre. HEX triplet: 43, 2E and 1A. RGB value is (67,46,26). Sum of RGB (Red+Green+Blue) = 67+46+26=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #432E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E1A is #BCD1E5. Grayscale: #323232. Windows color (decimal): -12374502 or 1715779. OLE color: 1715779.
HSL color Cylindrical-coordinate representation of color #432E1A: hue angle of 29.27º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432E1A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 26 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.74 |
| HSL | 29.27º | 0.44% | 0.18% | - |
| HSV(B) | 29.27º | 0.61% | 0.26% | - |
| XYZ | 3.48 | 3.22 | 1.42 | - |
| YUV | 50 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 26 | 0 | 0.31 | 0.61 | 0.74 | 29.27 | 0.44 | 0.18 |
| Hex | 43 | 2E | 1A | 0 | 1F | 3D | 4A | 1D | 2C | 12 |
| Octal | 103 | 56 | 32 | 0 | 37 | 75 | 112 | 35 | 54 | 22 |
| Binary | 1000011 | 101110 | 11010 | 0 | 11111 | 111101 | 1001010 | 11101 | 101100 | 10010 |
Color Harmonies of #432E1A
Complementary color
Monochromatic Colors of #432E1A
Black with #432E1A
Text Example
Text Example
White with #432E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E1A; }
p { color: rgb(67,46,26); }
H1.HeaderClassName
{
color: #432E1A;
}
.AnyTagClassName
{
color: #432E1A;
}
</style>
background-color css
<style>
a { background-color: #432E1A; }
a { background-color: rgb(67,46,26); }
div.DivClassName
{
background-color: #432E1A;
}
.BgClassName
{
background-color: #432E1A;
}
</style>
border-color css
<style>
span { border-color: #432E1A; }
span { border-color: rgb(67,46,26); }
td.TdClassName
{
border-color: #432E1A;
}
.TagClassName
{
border-color: #432E1A;
}
</style>