Shades of Bistre #43250C
Tints of Bistre #43250C
RGB
CMYK
RGB Variations
Color information
#43250C (or 0x43250C) is known color: Bistre. HEX triplet: 43, 25 and 0C. RGB value is (67,37,12). Sum of RGB (Red+Green+Blue) = 67+37+12=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43250C is #BCDAF3. Grayscale: #2B2B2B. Windows color (decimal): -12376820 or 795971. OLE color: 795971.
HSL color Cylindrical-coordinate representation of color #43250C: hue angle of 27.27º 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 #43250C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 12 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.74 |
| HSL | 27.27º | 0.7% | 0.15% | - |
| HSV(B) | 27.27º | 0.82% | 0.26% | - |
| XYZ | 3.04 | 2.54 | 0.68 | - |
| YUV | 43.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 12 | 0 | 0.45 | 0.82 | 0.74 | 27.27 | 0.7 | 0.15 |
| Hex | 43 | 25 | C | 0 | 2D | 52 | 4A | 1B | 46 | F |
| Octal | 103 | 45 | 14 | 0 | 55 | 122 | 112 | 33 | 106 | 17 |
| Binary | 1000011 | 100101 | 1100 | 0 | 101101 | 1010010 | 1001010 | 11011 | 1000110 | 1111 |
Color Harmonies of #43250C
Complementary color
Monochromatic Colors of #43250C
Black with #43250C
Text Example
Text Example
White with #43250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43250C; }
p { color: rgb(67,37,12); }
H1.HeaderClassName
{
color: #43250C;
}
.AnyTagClassName
{
color: #43250C;
}
</style>
background-color css
<style>
a { background-color: #43250C; }
a { background-color: rgb(67,37,12); }
div.DivClassName
{
background-color: #43250C;
}
.BgClassName
{
background-color: #43250C;
}
</style>
border-color css
<style>
span { border-color: #43250C; }
span { border-color: rgb(67,37,12); }
td.TdClassName
{
border-color: #43250C;
}
.TagClassName
{
border-color: #43250C;
}
</style>