Shades of Bistre #482C0C
Tints of Bistre #482C0C
RGB
CMYK
RGB Variations
Color information
#482C0C (or 0x482C0C) is known color: Bistre. HEX triplet: 48, 2C and 0C. RGB value is (72,44,12). Sum of RGB (Red+Green+Blue) = 72+44+12=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C0C is #B7D3F3. Grayscale: #303030. Windows color (decimal): -12047348 or 797768. OLE color: 797768.
HSL color Cylindrical-coordinate representation of color #482C0C: hue angle of 32º 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 #482C0C is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 12 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.72 |
| HSL | 32º | 0.71% | 0.16% | - |
| HSV(B) | 32º | 0.83% | 0.28% | - |
| XYZ | 3.64 | 3.21 | 0.77 | - |
| YUV | 48.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 12 | 0 | 0.39 | 0.83 | 0.72 | 32 | 0.71 | 0.16 |
| Hex | 48 | 2C | C | 0 | 27 | 53 | 48 | 20 | 47 | 10 |
| Octal | 110 | 54 | 14 | 0 | 47 | 123 | 110 | 40 | 107 | 20 |
| Binary | 1001000 | 101100 | 1100 | 0 | 100111 | 1010011 | 1001000 | 100000 | 1000111 | 10000 |
Color Harmonies of #482C0C
Complementary color
Monochromatic Colors of #482C0C
Black with #482C0C
Text Example
Text Example
White with #482C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C0C; }
p { color: rgb(72,44,12); }
H1.HeaderClassName
{
color: #482C0C;
}
.AnyTagClassName
{
color: #482C0C;
}
</style>
background-color css
<style>
a { background-color: #482C0C; }
a { background-color: rgb(72,44,12); }
div.DivClassName
{
background-color: #482C0C;
}
.BgClassName
{
background-color: #482C0C;
}
</style>
border-color css
<style>
span { border-color: #482C0C; }
span { border-color: rgb(72,44,12); }
td.TdClassName
{
border-color: #482C0C;
}
.TagClassName
{
border-color: #482C0C;
}
</style>