Shades of Bistre #432A17
Tints of Bistre #432A17
RGB
CMYK
RGB Variations
Color information
#432A17 (or 0x432A17) is known color: Bistre. HEX triplet: 43, 2A and 17. RGB value is (67,42,23). Sum of RGB (Red+Green+Blue) = 67+42+23=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A17 is #BCD5E8. Grayscale: #2F2F2F. Windows color (decimal): -12375529 or 1518147. OLE color: 1518147.
HSL color Cylindrical-coordinate representation of color #432A17: hue angle of 25.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432A17 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 23 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.74 |
| HSL | 25.91º | 0.49% | 0.18% | - |
| HSV(B) | 25.91º | 0.66% | 0.26% | - |
| XYZ | 3.3 | 2.91 | 1.2 | - |
| YUV | 47.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 23 | 0 | 0.37 | 0.66 | 0.74 | 25.91 | 0.49 | 0.18 |
| Hex | 43 | 2A | 17 | 0 | 25 | 42 | 4A | 1A | 31 | 12 |
| Octal | 103 | 52 | 27 | 0 | 45 | 102 | 112 | 32 | 61 | 22 |
| Binary | 1000011 | 101010 | 10111 | 0 | 100101 | 1000010 | 1001010 | 11010 | 110001 | 10010 |
Color Harmonies of #432A17
Complementary color
Monochromatic Colors of #432A17
Black with #432A17
Text Example
Text Example
White with #432A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A17; }
p { color: rgb(67,42,23); }
H1.HeaderClassName
{
color: #432A17;
}
.AnyTagClassName
{
color: #432A17;
}
</style>
background-color css
<style>
a { background-color: #432A17; }
a { background-color: rgb(67,42,23); }
div.DivClassName
{
background-color: #432A17;
}
.BgClassName
{
background-color: #432A17;
}
</style>
border-color css
<style>
span { border-color: #432A17; }
span { border-color: rgb(67,42,23); }
td.TdClassName
{
border-color: #432A17;
}
.TagClassName
{
border-color: #432A17;
}
</style>