Shades of Bistre #482912
Tints of Bistre #482912
RGB
CMYK
RGB Variations
Color information
#482912 (or 0x482912) is known color: Bistre. HEX triplet: 48, 29 and 12. RGB value is (72,41,18). Sum of RGB (Red+Green+Blue) = 72+41+18=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482912 is #B7D6ED. Grayscale: #2F2F2F. Windows color (decimal): -12048110 or 1190216. OLE color: 1190216.
HSL color Cylindrical-coordinate representation of color #482912: hue angle of 25.56º 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 #482912 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 18 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.72 |
| HSL | 25.56º | 0.6% | 0.18% | - |
| HSV(B) | 25.56º | 0.75% | 0.28% | - |
| XYZ | 3.57 | 3.01 | 0.96 | - |
| YUV | 47.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 18 | 0 | 0.43 | 0.75 | 0.72 | 25.56 | 0.6 | 0.18 |
| Hex | 48 | 29 | 12 | 0 | 2B | 4B | 48 | 1A | 3C | 12 |
| Octal | 110 | 51 | 22 | 0 | 53 | 113 | 110 | 32 | 74 | 22 |
| Binary | 1001000 | 101001 | 10010 | 0 | 101011 | 1001011 | 1001000 | 11010 | 111100 | 10010 |
Color Harmonies of #482912
Complementary color
Monochromatic Colors of #482912
Black with #482912
Text Example
Text Example
White with #482912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482912; }
p { color: rgb(72,41,18); }
H1.HeaderClassName
{
color: #482912;
}
.AnyTagClassName
{
color: #482912;
}
</style>
background-color css
<style>
a { background-color: #482912; }
a { background-color: rgb(72,41,18); }
div.DivClassName
{
background-color: #482912;
}
.BgClassName
{
background-color: #482912;
}
</style>
border-color css
<style>
span { border-color: #482912; }
span { border-color: rgb(72,41,18); }
td.TdClassName
{
border-color: #482912;
}
.TagClassName
{
border-color: #482912;
}
</style>