Shades of Bistre #432C13
Tints of Bistre #432C13
RGB
CMYK
RGB Variations
Color information
#432C13 (or 0x432C13) is known color: Bistre. HEX triplet: 43, 2C and 13. RGB value is (67,44,19). Sum of RGB (Red+Green+Blue) = 67+44+19=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432C13 is #BCD3EC. Grayscale: #303030. Windows color (decimal): -12375021 or 1256515. OLE color: 1256515.
HSL color Cylindrical-coordinate representation of color #432C13: hue angle of 31.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432C13 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 19 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.74 |
| HSL | 31.25º | 0.56% | 0.17% | - |
| HSV(B) | 31.25º | 0.72% | 0.26% | - |
| XYZ | 3.33 | 3.04 | 1.03 | - |
| YUV | 48.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 19 | 0 | 0.34 | 0.72 | 0.74 | 31.25 | 0.56 | 0.17 |
| Hex | 43 | 2C | 13 | 0 | 22 | 48 | 4A | 1F | 38 | 11 |
| Octal | 103 | 54 | 23 | 0 | 42 | 110 | 112 | 37 | 70 | 21 |
| Binary | 1000011 | 101100 | 10011 | 0 | 100010 | 1001000 | 1001010 | 11111 | 111000 | 10001 |
Color Harmonies of #432C13
Complementary color
Monochromatic Colors of #432C13
Black with #432C13
Text Example
Text Example
White with #432C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C13; }
p { color: rgb(67,44,19); }
H1.HeaderClassName
{
color: #432C13;
}
.AnyTagClassName
{
color: #432C13;
}
</style>
background-color css
<style>
a { background-color: #432C13; }
a { background-color: rgb(67,44,19); }
div.DivClassName
{
background-color: #432C13;
}
.BgClassName
{
background-color: #432C13;
}
</style>
border-color css
<style>
span { border-color: #432C13; }
span { border-color: rgb(67,44,19); }
td.TdClassName
{
border-color: #432C13;
}
.TagClassName
{
border-color: #432C13;
}
</style>