Shades of Bistre #482A12
Tints of Bistre #482A12
RGB
CMYK
RGB Variations
Color information
#482A12 (or 0x482A12) is known color: Bistre. HEX triplet: 48, 2A and 12. RGB value is (72,42,18). Sum of RGB (Red+Green+Blue) = 72+42+18=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A12 is #B7D5ED. Grayscale: #303030. Windows color (decimal): -12047854 or 1190472. OLE color: 1190472.
HSL color Cylindrical-coordinate representation of color #482A12: hue angle of 26.67º 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 #482A12 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 18 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.72 |
| HSL | 26.67º | 0.6% | 0.18% | - |
| HSV(B) | 26.67º | 0.75% | 0.28% | - |
| XYZ | 3.61 | 3.08 | 0.98 | - |
| YUV | 48.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 18 | 0 | 0.42 | 0.75 | 0.72 | 26.67 | 0.6 | 0.18 |
| Hex | 48 | 2A | 12 | 0 | 2A | 4B | 48 | 1B | 3C | 12 |
| Octal | 110 | 52 | 22 | 0 | 52 | 113 | 110 | 33 | 74 | 22 |
| Binary | 1001000 | 101010 | 10010 | 0 | 101010 | 1001011 | 1001000 | 11011 | 111100 | 10010 |
Color Harmonies of #482A12
Complementary color
Monochromatic Colors of #482A12
Black with #482A12
Text Example
Text Example
White with #482A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A12; }
p { color: rgb(72,42,18); }
H1.HeaderClassName
{
color: #482A12;
}
.AnyTagClassName
{
color: #482A12;
}
</style>
background-color css
<style>
a { background-color: #482A12; }
a { background-color: rgb(72,42,18); }
div.DivClassName
{
background-color: #482A12;
}
.BgClassName
{
background-color: #482A12;
}
</style>
border-color css
<style>
span { border-color: #482A12; }
span { border-color: rgb(72,42,18); }
td.TdClassName
{
border-color: #482A12;
}
.TagClassName
{
border-color: #482A12;
}
</style>