Shades of Bistre #43240C
Tints of Bistre #43240C
RGB
CMYK
RGB Variations
Color information
#43240C (or 0x43240C) is known color: Bistre. HEX triplet: 43, 24 and 0C. RGB value is (67,36,12). Sum of RGB (Red+Green+Blue) = 67+36+12=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43240C is #BCDBF3. Grayscale: #2A2A2A. Windows color (decimal): -12377076 or 795715. OLE color: 795715.
HSL color Cylindrical-coordinate representation of color #43240C: hue angle of 26.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43240C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 12 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.74 |
| HSL | 26.18º | 0.7% | 0.15% | - |
| HSV(B) | 26.18º | 0.82% | 0.26% | - |
| XYZ | 3.01 | 2.48 | 0.67 | - |
| YUV | 42.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 12 | 0 | 0.46 | 0.82 | 0.74 | 26.18 | 0.7 | 0.15 |
| Hex | 43 | 24 | C | 0 | 2E | 52 | 4A | 1A | 46 | F |
| Octal | 103 | 44 | 14 | 0 | 56 | 122 | 112 | 32 | 106 | 17 |
| Binary | 1000011 | 100100 | 1100 | 0 | 101110 | 1010010 | 1001010 | 11010 | 1000110 | 1111 |
Color Harmonies of #43240C
Complementary color
Monochromatic Colors of #43240C
Black with #43240C
Text Example
Text Example
White with #43240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43240C; }
p { color: rgb(67,36,12); }
H1.HeaderClassName
{
color: #43240C;
}
.AnyTagClassName
{
color: #43240C;
}
</style>
background-color css
<style>
a { background-color: #43240C; }
a { background-color: rgb(67,36,12); }
div.DivClassName
{
background-color: #43240C;
}
.BgClassName
{
background-color: #43240C;
}
</style>
border-color css
<style>
span { border-color: #43240C; }
span { border-color: rgb(67,36,12); }
td.TdClassName
{
border-color: #43240C;
}
.TagClassName
{
border-color: #43240C;
}
</style>