Shades of Bistre #482B0C
Tints of Bistre #482B0C
RGB
CMYK
RGB Variations
Color information
#482B0C (or 0x482B0C) is known color: Bistre. HEX triplet: 48, 2B and 0C. RGB value is (72,43,12). Sum of RGB (Red+Green+Blue) = 72+43+12=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B0C is #B7D4F3. Grayscale: #303030. Windows color (decimal): -12047604 or 797512. OLE color: 797512.
HSL color Cylindrical-coordinate representation of color #482B0C: hue angle of 31º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #482B0C is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 12 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.72 |
| HSL | 31º | 0.71% | 0.16% | - |
| HSV(B) | 31º | 0.83% | 0.28% | - |
| XYZ | 3.6 | 3.13 | 0.76 | - |
| YUV | 48.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 12 | 0 | 0.40 | 0.83 | 0.72 | 31 | 0.71 | 0.16 |
| Hex | 48 | 2B | C | 0 | 28 | 53 | 48 | 1F | 47 | 10 |
| Octal | 110 | 53 | 14 | 0 | 50 | 123 | 110 | 37 | 107 | 20 |
| Binary | 1001000 | 101011 | 1100 | 0 | 101000 | 1010011 | 1001000 | 11111 | 1000111 | 10000 |
Color Harmonies of #482B0C
Complementary color
Monochromatic Colors of #482B0C
Black with #482B0C
Text Example
Text Example
White with #482B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B0C; }
p { color: rgb(72,43,12); }
H1.HeaderClassName
{
color: #482B0C;
}
.AnyTagClassName
{
color: #482B0C;
}
</style>
background-color css
<style>
a { background-color: #482B0C; }
a { background-color: rgb(72,43,12); }
div.DivClassName
{
background-color: #482B0C;
}
.BgClassName
{
background-color: #482B0C;
}
</style>
border-color css
<style>
span { border-color: #482B0C; }
span { border-color: rgb(72,43,12); }
td.TdClassName
{
border-color: #482B0C;
}
.TagClassName
{
border-color: #482B0C;
}
</style>