Shades of Bistre #432B05
Tints of Bistre #432B05
RGB
CMYK
RGB Variations
Color information
#432B05 (or 0x432B05) is known color: Bistre. HEX triplet: 43, 2B and 05. RGB value is (67,43,5). Sum of RGB (Red+Green+Blue) = 67+43+5=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B05 is #BCD4FA. Grayscale: #2E2E2E. Windows color (decimal): -12375291 or 338755. OLE color: 338755.
HSL color Cylindrical-coordinate representation of color #432B05: hue angle of 36.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #432B05 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 5 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.74 |
| HSL | 36.77º | 0.86% | 0.14% | - |
| HSV(B) | 36.77º | 0.93% | 0.26% | - |
| XYZ | 3.21 | 2.93 | 0.54 | - |
| YUV | 45.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 5 | 0 | 0.36 | 0.93 | 0.74 | 36.77 | 0.86 | 0.14 |
| Hex | 43 | 2B | 5 | 0 | 24 | 5D | 4A | 25 | 56 | E |
| Octal | 103 | 53 | 5 | 0 | 44 | 135 | 112 | 45 | 126 | 16 |
| Binary | 1000011 | 101011 | 101 | 0 | 100100 | 1011101 | 1001010 | 100101 | 1010110 | 1110 |
Color Harmonies of #432B05
Complementary color
Monochromatic Colors of #432B05
Black with #432B05
Text Example
Text Example
White with #432B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B05; }
p { color: rgb(67,43,5); }
H1.HeaderClassName
{
color: #432B05;
}
.AnyTagClassName
{
color: #432B05;
}
</style>
background-color css
<style>
a { background-color: #432B05; }
a { background-color: rgb(67,43,5); }
div.DivClassName
{
background-color: #432B05;
}
.BgClassName
{
background-color: #432B05;
}
</style>
border-color css
<style>
span { border-color: #432B05; }
span { border-color: rgb(67,43,5); }
td.TdClassName
{
border-color: #432B05;
}
.TagClassName
{
border-color: #432B05;
}
</style>