Shades of Bistre #432A11
Tints of Bistre #432A11
RGB
CMYK
RGB Variations
Color information
#432A11 (or 0x432A11) is known color: Bistre. HEX triplet: 43, 2A and 11. RGB value is (67,42,17). Sum of RGB (Red+Green+Blue) = 67+42+17=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #432A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A11 is #BCD5EE. Grayscale: #2E2E2E. Windows color (decimal): -12375535 or 1124931. OLE color: 1124931.
HSL color Cylindrical-coordinate representation of color #432A11: hue angle of 30º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432A11 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 17 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.74 |
| HSL | 30º | 0.6% | 0.16% | - |
| HSV(B) | 30º | 0.75% | 0.26% | - |
| XYZ | 3.24 | 2.89 | 0.92 | - |
| YUV | 46.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 17 | 0 | 0.37 | 0.75 | 0.74 | 30 | 0.6 | 0.16 |
| Hex | 43 | 2A | 11 | 0 | 25 | 4B | 4A | 1E | 3C | 10 |
| Octal | 103 | 52 | 21 | 0 | 45 | 113 | 112 | 36 | 74 | 20 |
| Binary | 1000011 | 101010 | 10001 | 0 | 100101 | 1001011 | 1001010 | 11110 | 111100 | 10000 |
Color Harmonies of #432A11
Complementary color
Monochromatic Colors of #432A11
Black with #432A11
Text Example
Text Example
White with #432A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A11; }
p { color: rgb(67,42,17); }
H1.HeaderClassName
{
color: #432A11;
}
.AnyTagClassName
{
color: #432A11;
}
</style>
background-color css
<style>
a { background-color: #432A11; }
a { background-color: rgb(67,42,17); }
div.DivClassName
{
background-color: #432A11;
}
.BgClassName
{
background-color: #432A11;
}
</style>
border-color css
<style>
span { border-color: #432A11; }
span { border-color: rgb(67,42,17); }
td.TdClassName
{
border-color: #432A11;
}
.TagClassName
{
border-color: #432A11;
}
</style>