Shades of Bistre #43240B
Tints of Bistre #43240B
RGB
CMYK
RGB Variations
Color information
#43240B (or 0x43240B) is known color: Bistre. HEX triplet: 43, 24 and 0B. RGB value is (67,36,11). Sum of RGB (Red+Green+Blue) = 67+36+11=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43240B is #BCDBF4. Grayscale: #2A2A2A. Windows color (decimal): -12377077 or 730179. OLE color: 730179.
HSL color Cylindrical-coordinate representation of color #43240B: hue angle of 26.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43240B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 11 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.74 |
| HSL | 26.79º | 0.72% | 0.15% | - |
| HSV(B) | 26.79º | 0.84% | 0.26% | - |
| XYZ | 3.01 | 2.48 | 0.64 | - |
| YUV | 42.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 11 | 0 | 0.46 | 0.84 | 0.74 | 26.79 | 0.72 | 0.15 |
| Hex | 43 | 24 | B | 0 | 2E | 54 | 4A | 1B | 48 | F |
| Octal | 103 | 44 | 13 | 0 | 56 | 124 | 112 | 33 | 110 | 17 |
| Binary | 1000011 | 100100 | 1011 | 0 | 101110 | 1010100 | 1001010 | 11011 | 1001000 | 1111 |
Color Harmonies of #43240B
Complementary color
Monochromatic Colors of #43240B
Black with #43240B
Text Example
Text Example
White with #43240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43240B; }
p { color: rgb(67,36,11); }
H1.HeaderClassName
{
color: #43240B;
}
.AnyTagClassName
{
color: #43240B;
}
</style>
background-color css
<style>
a { background-color: #43240B; }
a { background-color: rgb(67,36,11); }
div.DivClassName
{
background-color: #43240B;
}
.BgClassName
{
background-color: #43240B;
}
</style>
border-color css
<style>
span { border-color: #43240B; }
span { border-color: rgb(67,36,11); }
td.TdClassName
{
border-color: #43240B;
}
.TagClassName
{
border-color: #43240B;
}
</style>