Shades of Bistre #452500
Tints of Bistre #452500
RGB
CMYK
RGB Variations
Color information
#452500 (or 0x452500) is known color: Bistre. HEX triplet: 45, 25 and 00. RGB value is (69,37,0). Sum of RGB (Red+Green+Blue) = 69+37+0=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #452500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452500 is #BADAFF. Grayscale: #2A2A2A. Windows color (decimal): -12245760 or 9541. OLE color: 9541.
HSL color Cylindrical-coordinate representation of color #452500: hue angle of 32.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #452500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.73 |
| HSL | 32.17º | 1% | 0.14% | - |
| HSV(B) | 32.17º | 1% | 0.27% | - |
| XYZ | 3.12 | 2.59 | 0.34 | - |
| YUV | 42.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 0 | 0 | 0.46 | 1 | 0.73 | 32.17 | 1 | 0.14 |
| Hex | 45 | 25 | 0 | 0 | 2E | 64 | 49 | 20 | 64 | E |
| Octal | 105 | 45 | 0 | 0 | 56 | 144 | 111 | 40 | 144 | 16 |
| Binary | 1000101 | 100101 | 0 | 0 | 101110 | 1100100 | 1001001 | 100000 | 1100100 | 1110 |
Color Harmonies of #452500
Complementary color
Monochromatic Colors of #452500
Black with #452500
Text Example
Text Example
White with #452500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452500; }
p { color: rgb(69,37,0); }
H1.HeaderClassName
{
color: #452500;
}
.AnyTagClassName
{
color: #452500;
}
</style>
background-color css
<style>
a { background-color: #452500; }
a { background-color: rgb(69,37,0); }
div.DivClassName
{
background-color: #452500;
}
.BgClassName
{
background-color: #452500;
}
</style>
border-color css
<style>
span { border-color: #452500; }
span { border-color: rgb(69,37,0); }
td.TdClassName
{
border-color: #452500;
}
.TagClassName
{
border-color: #452500;
}
</style>