Shades of Bistre #452901
Tints of Bistre #452901
RGB
CMYK
RGB Variations
Color information
#452901 (or 0x452901) is known color: Bistre. HEX triplet: 45, 29 and 01. RGB value is (69,41,1). Sum of RGB (Red+Green+Blue) = 69+41+1=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #452901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452901 is #BAD6FE. Grayscale: #2D2D2D. Windows color (decimal): -12244735 or 76101. OLE color: 76101.
HSL color Cylindrical-coordinate representation of color #452901: hue angle of 35.29º 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 #452901 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 41 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.73 |
| HSL | 35.29º | 0.97% | 0.14% | - |
| HSV(B) | 35.29º | 0.99% | 0.27% | - |
| XYZ | 3.25 | 2.85 | 0.41 | - |
| YUV | 44.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 1 | 0 | 0.41 | 0.99 | 0.73 | 35.29 | 0.97 | 0.14 |
| Hex | 45 | 29 | 1 | 0 | 29 | 63 | 49 | 23 | 61 | E |
| Octal | 105 | 51 | 1 | 0 | 51 | 143 | 111 | 43 | 141 | 16 |
| Binary | 1000101 | 101001 | 1 | 0 | 101001 | 1100011 | 1001001 | 100011 | 1100001 | 1110 |
Color Harmonies of #452901
Complementary color
Monochromatic Colors of #452901
Black with #452901
Text Example
Text Example
White with #452901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452901; }
p { color: rgb(69,41,1); }
H1.HeaderClassName
{
color: #452901;
}
.AnyTagClassName
{
color: #452901;
}
</style>
background-color css
<style>
a { background-color: #452901; }
a { background-color: rgb(69,41,1); }
div.DivClassName
{
background-color: #452901;
}
.BgClassName
{
background-color: #452901;
}
</style>
border-color css
<style>
span { border-color: #452901; }
span { border-color: rgb(69,41,1); }
td.TdClassName
{
border-color: #452901;
}
.TagClassName
{
border-color: #452901;
}
</style>