Shades of Bistre #482B12
Tints of Bistre #482B12
RGB
CMYK
RGB Variations
Color information
#482B12 (or 0x482B12) is known color: Bistre. HEX triplet: 48, 2B and 12. RGB value is (72,43,18). Sum of RGB (Red+Green+Blue) = 72+43+18=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B12 is #B7D4ED. Grayscale: #303030. Windows color (decimal): -12047598 or 1190728. OLE color: 1190728.
HSL color Cylindrical-coordinate representation of color #482B12: hue angle of 27.78º 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 #482B12 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 18 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.72 |
| HSL | 27.78º | 0.6% | 0.18% | - |
| HSV(B) | 27.78º | 0.75% | 0.28% | - |
| XYZ | 3.65 | 3.15 | 0.99 | - |
| YUV | 48.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 18 | 0 | 0.40 | 0.75 | 0.72 | 27.78 | 0.6 | 0.18 |
| Hex | 48 | 2B | 12 | 0 | 28 | 4B | 48 | 1C | 3C | 12 |
| Octal | 110 | 53 | 22 | 0 | 50 | 113 | 110 | 34 | 74 | 22 |
| Binary | 1001000 | 101011 | 10010 | 0 | 101000 | 1001011 | 1001000 | 11100 | 111100 | 10010 |
Color Harmonies of #482B12
Complementary color
Monochromatic Colors of #482B12
Black with #482B12
Text Example
Text Example
White with #482B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B12; }
p { color: rgb(72,43,18); }
H1.HeaderClassName
{
color: #482B12;
}
.AnyTagClassName
{
color: #482B12;
}
</style>
background-color css
<style>
a { background-color: #482B12; }
a { background-color: rgb(72,43,18); }
div.DivClassName
{
background-color: #482B12;
}
.BgClassName
{
background-color: #482B12;
}
</style>
border-color css
<style>
span { border-color: #482B12; }
span { border-color: rgb(72,43,18); }
td.TdClassName
{
border-color: #482B12;
}
.TagClassName
{
border-color: #482B12;
}
</style>