Shades of Bistre #48290D
Tints of Bistre #48290D
RGB
CMYK
RGB Variations
Color information
#48290D (or 0x48290D) is known color: Bistre. HEX triplet: 48, 29 and 0D. RGB value is (72,41,13). Sum of RGB (Red+Green+Blue) = 72+41+13=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48290D is #B7D6F2. Grayscale: #2F2F2F. Windows color (decimal): -12048115 or 862536. OLE color: 862536.
HSL color Cylindrical-coordinate representation of color #48290D: hue angle of 28.47º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48290D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 13 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.72 |
| HSL | 28.47º | 0.69% | 0.17% | - |
| HSV(B) | 28.47º | 0.82% | 0.28% | - |
| XYZ | 3.54 | 2.99 | 0.77 | - |
| YUV | 47.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 13 | 0 | 0.43 | 0.82 | 0.72 | 28.47 | 0.69 | 0.17 |
| Hex | 48 | 29 | D | 0 | 2B | 52 | 48 | 1C | 45 | 11 |
| Octal | 110 | 51 | 15 | 0 | 53 | 122 | 110 | 34 | 105 | 21 |
| Binary | 1001000 | 101001 | 1101 | 0 | 101011 | 1010010 | 1001000 | 11100 | 1000101 | 10001 |
Color Harmonies of #48290D
Complementary color
Monochromatic Colors of #48290D
Black with #48290D
Text Example
Text Example
White with #48290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48290D; }
p { color: rgb(72,41,13); }
H1.HeaderClassName
{
color: #48290D;
}
.AnyTagClassName
{
color: #48290D;
}
</style>
background-color css
<style>
a { background-color: #48290D; }
a { background-color: rgb(72,41,13); }
div.DivClassName
{
background-color: #48290D;
}
.BgClassName
{
background-color: #48290D;
}
</style>
border-color css
<style>
span { border-color: #48290D; }
span { border-color: rgb(72,41,13); }
td.TdClassName
{
border-color: #48290D;
}
.TagClassName
{
border-color: #48290D;
}
</style>