Shades of Bistre #482A0F
Tints of Bistre #482A0F
RGB
CMYK
RGB Variations
Color information
#482A0F (or 0x482A0F) is known color: Bistre. HEX triplet: 48, 2A and 0F. RGB value is (72,42,15). Sum of RGB (Red+Green+Blue) = 72+42+15=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A0F is #B7D5F0. Grayscale: #303030. Windows color (decimal): -12047857 or 993864. OLE color: 993864.
HSL color Cylindrical-coordinate representation of color #482A0F: hue angle of 28.42º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482A0F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 15 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.72 |
| HSL | 28.42º | 0.66% | 0.17% | - |
| HSV(B) | 28.42º | 0.79% | 0.28% | - |
| XYZ | 3.59 | 3.07 | 0.86 | - |
| YUV | 47.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 15 | 0 | 0.42 | 0.79 | 0.72 | 28.42 | 0.66 | 0.17 |
| Hex | 48 | 2A | F | 0 | 2A | 4F | 48 | 1C | 42 | 11 |
| Octal | 110 | 52 | 17 | 0 | 52 | 117 | 110 | 34 | 102 | 21 |
| Binary | 1001000 | 101010 | 1111 | 0 | 101010 | 1001111 | 1001000 | 11100 | 1000010 | 10001 |
Color Harmonies of #482A0F
Complementary color
Monochromatic Colors of #482A0F
Black with #482A0F
Text Example
Text Example
White with #482A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A0F; }
p { color: rgb(72,42,15); }
H1.HeaderClassName
{
color: #482A0F;
}
.AnyTagClassName
{
color: #482A0F;
}
</style>
background-color css
<style>
a { background-color: #482A0F; }
a { background-color: rgb(72,42,15); }
div.DivClassName
{
background-color: #482A0F;
}
.BgClassName
{
background-color: #482A0F;
}
</style>
border-color css
<style>
span { border-color: #482A0F; }
span { border-color: rgb(72,42,15); }
td.TdClassName
{
border-color: #482A0F;
}
.TagClassName
{
border-color: #482A0F;
}
</style>