Shades of Bistre #482400
Tints of Bistre #482400
RGB
CMYK
RGB Variations
Color information
#482400 (or 0x482400) is known color: Bistre. HEX triplet: 48, 24 and 00. RGB value is (72,36,0). Sum of RGB (Red+Green+Blue) = 72+36+0=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482400 is #B7DBFF. Grayscale: #2A2A2A. Windows color (decimal): -12049408 or 9288. OLE color: 9288.
HSL color Cylindrical-coordinate representation of color #482400: hue angle of 30º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482400 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.72 |
| HSL | 30º | 1% | 0.14% | - |
| HSV(B) | 30º | 1% | 0.28% | - |
| XYZ | 3.3 | 2.64 | 0.34 | - |
| YUV | 42.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 0 | 0 | 0.5 | 1 | 0.72 | 30 | 1 | 0.14 |
| Hex | 48 | 24 | 0 | 0 | 32 | 64 | 48 | 1E | 64 | E |
| Octal | 110 | 44 | 0 | 0 | 62 | 144 | 110 | 36 | 144 | 16 |
| Binary | 1001000 | 100100 | 0 | 0 | 110010 | 1100100 | 1001000 | 11110 | 1100100 | 1110 |
Color Harmonies of #482400
Complementary color
Monochromatic Colors of #482400
Black with #482400
Text Example
Text Example
White with #482400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482400; }
p { color: rgb(72,36,0); }
H1.HeaderClassName
{
color: #482400;
}
.AnyTagClassName
{
color: #482400;
}
</style>
background-color css
<style>
a { background-color: #482400; }
a { background-color: rgb(72,36,0); }
div.DivClassName
{
background-color: #482400;
}
.BgClassName
{
background-color: #482400;
}
</style>
border-color css
<style>
span { border-color: #482400; }
span { border-color: rgb(72,36,0); }
td.TdClassName
{
border-color: #482400;
}
.TagClassName
{
border-color: #482400;
}
</style>