Shades of Bistre #43260B
Tints of Bistre #43260B
RGB
CMYK
RGB Variations
Color information
#43260B (or 0x43260B) is known color: Bistre. HEX triplet: 43, 26 and 0B. RGB value is (67,38,11). Sum of RGB (Red+Green+Blue) = 67+38+11=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43260B is #BCD9F4. Grayscale: #2B2B2B. Windows color (decimal): -12376565 or 730691. OLE color: 730691.
HSL color Cylindrical-coordinate representation of color #43260B: hue angle of 28.93º 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 #43260B is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 38 | 11 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.74 |
| HSL | 28.93º | 0.72% | 0.15% | - |
| HSV(B) | 28.93º | 0.84% | 0.26% | - |
| XYZ | 3.07 | 2.6 | 0.66 | - |
| YUV | 43.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 11 | 0 | 0.43 | 0.84 | 0.74 | 28.93 | 0.72 | 0.15 |
| Hex | 43 | 26 | B | 0 | 2B | 54 | 4A | 1D | 48 | F |
| Octal | 103 | 46 | 13 | 0 | 53 | 124 | 112 | 35 | 110 | 17 |
| Binary | 1000011 | 100110 | 1011 | 0 | 101011 | 1010100 | 1001010 | 11101 | 1001000 | 1111 |
Color Harmonies of #43260B
Complementary color
Monochromatic Colors of #43260B
Black with #43260B
Text Example
Text Example
White with #43260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43260B; }
p { color: rgb(67,38,11); }
H1.HeaderClassName
{
color: #43260B;
}
.AnyTagClassName
{
color: #43260B;
}
</style>
background-color css
<style>
a { background-color: #43260B; }
a { background-color: rgb(67,38,11); }
div.DivClassName
{
background-color: #43260B;
}
.BgClassName
{
background-color: #43260B;
}
</style>
border-color css
<style>
span { border-color: #43260B; }
span { border-color: rgb(67,38,11); }
td.TdClassName
{
border-color: #43260B;
}
.TagClassName
{
border-color: #43260B;
}
</style>