Shades of Bistre #482D12
Tints of Bistre #482D12
RGB
CMYK
RGB Variations
Color information
#482D12 (or 0x482D12) is known color: Bistre. HEX triplet: 48, 2D and 12. RGB value is (72,45,18). Sum of RGB (Red+Green+Blue) = 72+45+18=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D12 is #B7D2ED. Grayscale: #323232. Windows color (decimal): -12047086 or 1191240. OLE color: 1191240.
HSL color Cylindrical-coordinate representation of color #482D12: hue angle of 30º 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 #482D12 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 18 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.72 |
| HSL | 30º | 0.6% | 0.18% | - |
| HSV(B) | 30º | 0.75% | 0.28% | - |
| XYZ | 3.72 | 3.3 | 1.01 | - |
| YUV | 50 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 18 | 0 | 0.38 | 0.75 | 0.72 | 30 | 0.6 | 0.18 |
| Hex | 48 | 2D | 12 | 0 | 26 | 4B | 48 | 1E | 3C | 12 |
| Octal | 110 | 55 | 22 | 0 | 46 | 113 | 110 | 36 | 74 | 22 |
| Binary | 1001000 | 101101 | 10010 | 0 | 100110 | 1001011 | 1001000 | 11110 | 111100 | 10010 |
Color Harmonies of #482D12
Complementary color
Monochromatic Colors of #482D12
Black with #482D12
Text Example
Text Example
White with #482D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D12; }
p { color: rgb(72,45,18); }
H1.HeaderClassName
{
color: #482D12;
}
.AnyTagClassName
{
color: #482D12;
}
</style>
background-color css
<style>
a { background-color: #482D12; }
a { background-color: rgb(72,45,18); }
div.DivClassName
{
background-color: #482D12;
}
.BgClassName
{
background-color: #482D12;
}
</style>
border-color css
<style>
span { border-color: #482D12; }
span { border-color: rgb(72,45,18); }
td.TdClassName
{
border-color: #482D12;
}
.TagClassName
{
border-color: #482D12;
}
</style>