Shades of Bistre #432B19
Tints of Bistre #432B19
RGB
CMYK
RGB Variations
Color information
#432B19 (or 0x432B19) is known color: Bistre. HEX triplet: 43, 2B and 19. RGB value is (67,43,25). Sum of RGB (Red+Green+Blue) = 67+43+25=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #432B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B19 is #BCD4E6. Grayscale: #303030. Windows color (decimal): -12375271 or 1649475. OLE color: 1649475.
HSL color Cylindrical-coordinate representation of color #432B19: hue angle of 25.71º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432B19 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 25 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.74 |
| HSL | 25.71º | 0.46% | 0.18% | - |
| HSV(B) | 25.71º | 0.63% | 0.26% | - |
| XYZ | 3.35 | 2.99 | 1.32 | - |
| YUV | 48.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 25 | 0 | 0.36 | 0.63 | 0.74 | 25.71 | 0.46 | 0.18 |
| Hex | 43 | 2B | 19 | 0 | 24 | 3F | 4A | 1A | 2E | 12 |
| Octal | 103 | 53 | 31 | 0 | 44 | 77 | 112 | 32 | 56 | 22 |
| Binary | 1000011 | 101011 | 11001 | 0 | 100100 | 111111 | 1001010 | 11010 | 101110 | 10010 |
Color Harmonies of #432B19
Complementary color
Monochromatic Colors of #432B19
Black with #432B19
Text Example
Text Example
White with #432B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B19; }
p { color: rgb(67,43,25); }
H1.HeaderClassName
{
color: #432B19;
}
.AnyTagClassName
{
color: #432B19;
}
</style>
background-color css
<style>
a { background-color: #432B19; }
a { background-color: rgb(67,43,25); }
div.DivClassName
{
background-color: #432B19;
}
.BgClassName
{
background-color: #432B19;
}
</style>
border-color css
<style>
span { border-color: #432B19; }
span { border-color: rgb(67,43,25); }
td.TdClassName
{
border-color: #432B19;
}
.TagClassName
{
border-color: #432B19;
}
</style>