Shades of Bistre #482A07
Tints of Bistre #482A07
RGB
CMYK
RGB Variations
Color information
#482A07 (or 0x482A07) is known color: Bistre. HEX triplet: 48, 2A and 07. RGB value is (72,42,7). Sum of RGB (Red+Green+Blue) = 72+42+7=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A07 is #B7D5F8. Grayscale: #2F2F2F. Windows color (decimal): -12047865 or 469576. OLE color: 469576.
HSL color Cylindrical-coordinate representation of color #482A07: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482A07 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 7 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.72 |
| HSL | 32.31º | 0.82% | 0.15% | - |
| HSV(B) | 32.31º | 0.9% | 0.28% | - |
| XYZ | 3.54 | 3.05 | 0.6 | - |
| YUV | 46.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 7 | 0 | 0.42 | 0.90 | 0.72 | 32.31 | 0.82 | 0.15 |
| Hex | 48 | 2A | 7 | 0 | 2A | 5A | 48 | 20 | 52 | F |
| Octal | 110 | 52 | 7 | 0 | 52 | 132 | 110 | 40 | 122 | 17 |
| Binary | 1001000 | 101010 | 111 | 0 | 101010 | 1011010 | 1001000 | 100000 | 1010010 | 1111 |
Color Harmonies of #482A07
Complementary color
Monochromatic Colors of #482A07
Black with #482A07
Text Example
Text Example
White with #482A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A07; }
p { color: rgb(72,42,7); }
H1.HeaderClassName
{
color: #482A07;
}
.AnyTagClassName
{
color: #482A07;
}
</style>
background-color css
<style>
a { background-color: #482A07; }
a { background-color: rgb(72,42,7); }
div.DivClassName
{
background-color: #482A07;
}
.BgClassName
{
background-color: #482A07;
}
</style>
border-color css
<style>
span { border-color: #482A07; }
span { border-color: rgb(72,42,7); }
td.TdClassName
{
border-color: #482A07;
}
.TagClassName
{
border-color: #482A07;
}
</style>