Shades of Bistre #432C14
Tints of Bistre #432C14
RGB
CMYK
RGB Variations
Color information
#432C14 (or 0x432C14) is known color: Bistre. HEX triplet: 43, 2C and 14. RGB value is (67,44,20). Sum of RGB (Red+Green+Blue) = 67+44+20=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432C14 is #BCD3EB. Grayscale: #303030. Windows color (decimal): -12375020 or 1322051. OLE color: 1322051.
HSL color Cylindrical-coordinate representation of color #432C14: hue angle of 30.64º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432C14 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 20 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.74 |
| HSL | 30.64º | 0.54% | 0.17% | - |
| HSV(B) | 30.64º | 0.7% | 0.26% | - |
| XYZ | 3.34 | 3.05 | 1.07 | - |
| YUV | 48.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 20 | 0 | 0.34 | 0.70 | 0.74 | 30.64 | 0.54 | 0.17 |
| Hex | 43 | 2C | 14 | 0 | 22 | 46 | 4A | 1F | 36 | 11 |
| Octal | 103 | 54 | 24 | 0 | 42 | 106 | 112 | 37 | 66 | 21 |
| Binary | 1000011 | 101100 | 10100 | 0 | 100010 | 1000110 | 1001010 | 11111 | 110110 | 10001 |
Color Harmonies of #432C14
Complementary color
Monochromatic Colors of #432C14
Black with #432C14
Text Example
Text Example
White with #432C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C14; }
p { color: rgb(67,44,20); }
H1.HeaderClassName
{
color: #432C14;
}
.AnyTagClassName
{
color: #432C14;
}
</style>
background-color css
<style>
a { background-color: #432C14; }
a { background-color: rgb(67,44,20); }
div.DivClassName
{
background-color: #432C14;
}
.BgClassName
{
background-color: #432C14;
}
</style>
border-color css
<style>
span { border-color: #432C14; }
span { border-color: rgb(67,44,20); }
td.TdClassName
{
border-color: #432C14;
}
.TagClassName
{
border-color: #432C14;
}
</style>