Shades of Bistre #482A09
Tints of Bistre #482A09
RGB
CMYK
RGB Variations
Color information
#482A09 (or 0x482A09) is known color: Bistre. HEX triplet: 48, 2A and 09. RGB value is (72,42,9). Sum of RGB (Red+Green+Blue) = 72+42+9=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A09 is #B7D5F6. Grayscale: #2F2F2F. Windows color (decimal): -12047863 or 600648. OLE color: 600648.
HSL color Cylindrical-coordinate representation of color #482A09: hue angle of 31.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #482A09 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 9 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.72 |
| HSL | 31.43º | 0.78% | 0.16% | - |
| HSV(B) | 31.43º | 0.88% | 0.28% | - |
| XYZ | 3.55 | 3.05 | 0.66 | - |
| YUV | 47.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 9 | 0 | 0.42 | 0.88 | 0.72 | 31.43 | 0.78 | 0.16 |
| Hex | 48 | 2A | 9 | 0 | 2A | 58 | 48 | 1F | 4E | 10 |
| Octal | 110 | 52 | 11 | 0 | 52 | 130 | 110 | 37 | 116 | 20 |
| Binary | 1001000 | 101010 | 1001 | 0 | 101010 | 1011000 | 1001000 | 11111 | 1001110 | 10000 |
Color Harmonies of #482A09
Complementary color
Monochromatic Colors of #482A09
Black with #482A09
Text Example
Text Example
White with #482A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A09; }
p { color: rgb(72,42,9); }
H1.HeaderClassName
{
color: #482A09;
}
.AnyTagClassName
{
color: #482A09;
}
</style>
background-color css
<style>
a { background-color: #482A09; }
a { background-color: rgb(72,42,9); }
div.DivClassName
{
background-color: #482A09;
}
.BgClassName
{
background-color: #482A09;
}
</style>
border-color css
<style>
span { border-color: #482A09; }
span { border-color: rgb(72,42,9); }
td.TdClassName
{
border-color: #482A09;
}
.TagClassName
{
border-color: #482A09;
}
</style>