Shades of Bistre #482C12
Tints of Bistre #482C12
RGB
CMYK
RGB Variations
Color information
#482C12 (or 0x482C12) is known color: Bistre. HEX triplet: 48, 2C and 12. RGB value is (72,44,18). Sum of RGB (Red+Green+Blue) = 72+44+18=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C12 is #B7D3ED. Grayscale: #313131. Windows color (decimal): -12047342 or 1190984. OLE color: 1190984.
HSL color Cylindrical-coordinate representation of color #482C12: hue angle of 28.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482C12 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 18 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.72 |
| HSL | 28.89º | 0.6% | 0.18% | - |
| HSV(B) | 28.89º | 0.75% | 0.28% | - |
| XYZ | 3.68 | 3.22 | 1 | - |
| YUV | 49.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 18 | 0 | 0.39 | 0.75 | 0.72 | 28.89 | 0.6 | 0.18 |
| Hex | 48 | 2C | 12 | 0 | 27 | 4B | 48 | 1D | 3C | 12 |
| Octal | 110 | 54 | 22 | 0 | 47 | 113 | 110 | 35 | 74 | 22 |
| Binary | 1001000 | 101100 | 10010 | 0 | 100111 | 1001011 | 1001000 | 11101 | 111100 | 10010 |
Color Harmonies of #482C12
Complementary color
Monochromatic Colors of #482C12
Black with #482C12
Text Example
Text Example
White with #482C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C12; }
p { color: rgb(72,44,18); }
H1.HeaderClassName
{
color: #482C12;
}
.AnyTagClassName
{
color: #482C12;
}
</style>
background-color css
<style>
a { background-color: #482C12; }
a { background-color: rgb(72,44,18); }
div.DivClassName
{
background-color: #482C12;
}
.BgClassName
{
background-color: #482C12;
}
</style>
border-color css
<style>
span { border-color: #482C12; }
span { border-color: rgb(72,44,18); }
td.TdClassName
{
border-color: #482C12;
}
.TagClassName
{
border-color: #482C12;
}
</style>