Shades of Bistre #432E1E
Tints of Bistre #432E1E
RGB
CMYK
RGB Variations
Color information
#432E1E (or 0x432E1E) is known color: Bistre. HEX triplet: 43, 2E and 1E. RGB value is (67,46,30). Sum of RGB (Red+Green+Blue) = 67+46+30=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #432E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E1E is #BCD1E1. Grayscale: #323232. Windows color (decimal): -12374498 or 1977923. OLE color: 1977923.
HSL color Cylindrical-coordinate representation of color #432E1E: hue angle of 25.95º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #432E1E is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 30 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.74 |
| HSL | 25.95º | 0.38% | 0.19% | - |
| HSV(B) | 25.95º | 0.55% | 0.26% | - |
| XYZ | 3.53 | 3.24 | 1.67 | - |
| YUV | 50.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 30 | 0 | 0.31 | 0.55 | 0.74 | 25.95 | 0.38 | 0.19 |
| Hex | 43 | 2E | 1E | 0 | 1F | 37 | 4A | 1A | 26 | 13 |
| Octal | 103 | 56 | 36 | 0 | 37 | 67 | 112 | 32 | 46 | 23 |
| Binary | 1000011 | 101110 | 11110 | 0 | 11111 | 110111 | 1001010 | 11010 | 100110 | 10011 |
Color Harmonies of #432E1E
Complementary color
Monochromatic Colors of #432E1E
Black with #432E1E
Text Example
Text Example
White with #432E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E1E; }
p { color: rgb(67,46,30); }
H1.HeaderClassName
{
color: #432E1E;
}
.AnyTagClassName
{
color: #432E1E;
}
</style>
background-color css
<style>
a { background-color: #432E1E; }
a { background-color: rgb(67,46,30); }
div.DivClassName
{
background-color: #432E1E;
}
.BgClassName
{
background-color: #432E1E;
}
</style>
border-color css
<style>
span { border-color: #432E1E; }
span { border-color: rgb(67,46,30); }
td.TdClassName
{
border-color: #432E1E;
}
.TagClassName
{
border-color: #432E1E;
}
</style>