Shades of Bistre #452801
Tints of Bistre #452801
RGB
CMYK
RGB Variations
Color information
#452801 (or 0x452801) is known color: Bistre. HEX triplet: 45, 28 and 01. RGB value is (69,40,1). Sum of RGB (Red+Green+Blue) = 69+40+1=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #452801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452801 is #BAD7FE. Grayscale: #2C2C2C. Windows color (decimal): -12244991 or 75845. OLE color: 75845.
HSL color Cylindrical-coordinate representation of color #452801: hue angle of 34.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #452801 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 40 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.73 |
| HSL | 34.41º | 0.97% | 0.14% | - |
| HSV(B) | 34.41º | 0.99% | 0.27% | - |
| XYZ | 3.22 | 2.78 | 0.4 | - |
| YUV | 44.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 1 | 0 | 0.42 | 0.99 | 0.73 | 34.41 | 0.97 | 0.14 |
| Hex | 45 | 28 | 1 | 0 | 2A | 63 | 49 | 22 | 61 | E |
| Octal | 105 | 50 | 1 | 0 | 52 | 143 | 111 | 42 | 141 | 16 |
| Binary | 1000101 | 101000 | 1 | 0 | 101010 | 1100011 | 1001001 | 100010 | 1100001 | 1110 |
Color Harmonies of #452801
Complementary color
Monochromatic Colors of #452801
Black with #452801
Text Example
Text Example
White with #452801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452801; }
p { color: rgb(69,40,1); }
H1.HeaderClassName
{
color: #452801;
}
.AnyTagClassName
{
color: #452801;
}
</style>
background-color css
<style>
a { background-color: #452801; }
a { background-color: rgb(69,40,1); }
div.DivClassName
{
background-color: #452801;
}
.BgClassName
{
background-color: #452801;
}
</style>
border-color css
<style>
span { border-color: #452801; }
span { border-color: rgb(69,40,1); }
td.TdClassName
{
border-color: #452801;
}
.TagClassName
{
border-color: #452801;
}
</style>