Shades of Bistre #432B1A
Tints of Bistre #432B1A
RGB
CMYK
RGB Variations
Color information
#432B1A (or 0x432B1A) is known color: Bistre. HEX triplet: 43, 2B and 1A. RGB value is (67,43,26). Sum of RGB (Red+Green+Blue) = 67+43+26=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B1A is #BCD4E5. Grayscale: #303030. Windows color (decimal): -12375270 or 1715011. OLE color: 1715011.
HSL color Cylindrical-coordinate representation of color #432B1A: hue angle of 24.88º 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 #432B1A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 26 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.74 |
| HSL | 24.88º | 0.44% | 0.18% | - |
| HSV(B) | 24.88º | 0.61% | 0.26% | - |
| XYZ | 3.37 | 3 | 1.38 | - |
| YUV | 48.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 26 | 0 | 0.36 | 0.61 | 0.74 | 24.88 | 0.44 | 0.18 |
| Hex | 43 | 2B | 1A | 0 | 24 | 3D | 4A | 19 | 2C | 12 |
| Octal | 103 | 53 | 32 | 0 | 44 | 75 | 112 | 31 | 54 | 22 |
| Binary | 1000011 | 101011 | 11010 | 0 | 100100 | 111101 | 1001010 | 11001 | 101100 | 10010 |
Color Harmonies of #432B1A
Complementary color
Monochromatic Colors of #432B1A
Black with #432B1A
Text Example
Text Example
White with #432B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B1A; }
p { color: rgb(67,43,26); }
H1.HeaderClassName
{
color: #432B1A;
}
.AnyTagClassName
{
color: #432B1A;
}
</style>
background-color css
<style>
a { background-color: #432B1A; }
a { background-color: rgb(67,43,26); }
div.DivClassName
{
background-color: #432B1A;
}
.BgClassName
{
background-color: #432B1A;
}
</style>
border-color css
<style>
span { border-color: #432B1A; }
span { border-color: rgb(67,43,26); }
td.TdClassName
{
border-color: #432B1A;
}
.TagClassName
{
border-color: #432B1A;
}
</style>