Shades of Bistre #482A10
Tints of Bistre #482A10
RGB
CMYK
RGB Variations
Color information
#482A10 (or 0x482A10) is known color: Bistre. HEX triplet: 48, 2A and 10. RGB value is (72,42,16). Sum of RGB (Red+Green+Blue) = 72+42+16=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A10 is #B7D5EF. Grayscale: #303030. Windows color (decimal): -12047856 or 1059400. OLE color: 1059400.
HSL color Cylindrical-coordinate representation of color #482A10: hue angle of 27.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482A10 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 16 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.72 |
| HSL | 27.86º | 0.64% | 0.17% | - |
| HSV(B) | 27.86º | 0.78% | 0.28% | - |
| XYZ | 3.59 | 3.07 | 0.89 | - |
| YUV | 48.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 16 | 0 | 0.42 | 0.78 | 0.72 | 27.86 | 0.64 | 0.17 |
| Hex | 48 | 2A | 10 | 0 | 2A | 4E | 48 | 1C | 40 | 11 |
| Octal | 110 | 52 | 20 | 0 | 52 | 116 | 110 | 34 | 100 | 21 |
| Binary | 1001000 | 101010 | 10000 | 0 | 101010 | 1001110 | 1001000 | 11100 | 1000000 | 10001 |
Color Harmonies of #482A10
Complementary color
Monochromatic Colors of #482A10
Black with #482A10
Text Example
Text Example
White with #482A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A10; }
p { color: rgb(72,42,16); }
H1.HeaderClassName
{
color: #482A10;
}
.AnyTagClassName
{
color: #482A10;
}
</style>
background-color css
<style>
a { background-color: #482A10; }
a { background-color: rgb(72,42,16); }
div.DivClassName
{
background-color: #482A10;
}
.BgClassName
{
background-color: #482A10;
}
</style>
border-color css
<style>
span { border-color: #482A10; }
span { border-color: rgb(72,42,16); }
td.TdClassName
{
border-color: #482A10;
}
.TagClassName
{
border-color: #482A10;
}
</style>