Shades of Bistre #48270B
Tints of Bistre #48270B
RGB
CMYK
RGB Variations
Color information
#48270B (or 0x48270B) is known color: Bistre. HEX triplet: 48, 27 and 0B. RGB value is (72,39,11). Sum of RGB (Red+Green+Blue) = 72+39+11=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48270B is #B7D8F4. Grayscale: #2D2D2D. Windows color (decimal): -12048629 or 730952. OLE color: 730952.
HSL color Cylindrical-coordinate representation of color #48270B: hue angle of 27.54º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48270B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 11 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.72 |
| HSL | 27.54º | 0.73% | 0.16% | - |
| HSV(B) | 27.54º | 0.85% | 0.28% | - |
| XYZ | 3.46 | 2.85 | 0.68 | - |
| YUV | 45.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 11 | 0 | 0.46 | 0.85 | 0.72 | 27.54 | 0.73 | 0.16 |
| Hex | 48 | 27 | B | 0 | 2E | 55 | 48 | 1C | 49 | 10 |
| Octal | 110 | 47 | 13 | 0 | 56 | 125 | 110 | 34 | 111 | 20 |
| Binary | 1001000 | 100111 | 1011 | 0 | 101110 | 1010101 | 1001000 | 11100 | 1001001 | 10000 |
Color Harmonies of #48270B
Complementary color
Monochromatic Colors of #48270B
Black with #48270B
Text Example
Text Example
White with #48270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48270B; }
p { color: rgb(72,39,11); }
H1.HeaderClassName
{
color: #48270B;
}
.AnyTagClassName
{
color: #48270B;
}
</style>
background-color css
<style>
a { background-color: #48270B; }
a { background-color: rgb(72,39,11); }
div.DivClassName
{
background-color: #48270B;
}
.BgClassName
{
background-color: #48270B;
}
</style>
border-color css
<style>
span { border-color: #48270B; }
span { border-color: rgb(72,39,11); }
td.TdClassName
{
border-color: #48270B;
}
.TagClassName
{
border-color: #48270B;
}
</style>