Shades of Bistre #452501
Tints of Bistre #452501
RGB
CMYK
RGB Variations
Color information
#452501 (or 0x452501) is known color: Bistre. HEX triplet: 45, 25 and 01. RGB value is (69,37,1). Sum of RGB (Red+Green+Blue) = 69+37+1=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #452501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452501 is #BADAFE. Grayscale: #2A2A2A. Windows color (decimal): -12245759 or 75077. OLE color: 75077.
HSL color Cylindrical-coordinate representation of color #452501: hue angle of 31.76º 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 #452501 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.73 |
| HSL | 31.76º | 0.97% | 0.14% | - |
| HSV(B) | 31.76º | 0.99% | 0.27% | - |
| XYZ | 3.12 | 2.59 | 0.36 | - |
| YUV | 42.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 1 | 0 | 0.46 | 0.99 | 0.73 | 31.76 | 0.97 | 0.14 |
| Hex | 45 | 25 | 1 | 0 | 2E | 63 | 49 | 20 | 61 | E |
| Octal | 105 | 45 | 1 | 0 | 56 | 143 | 111 | 40 | 141 | 16 |
| Binary | 1000101 | 100101 | 1 | 0 | 101110 | 1100011 | 1001001 | 100000 | 1100001 | 1110 |
Color Harmonies of #452501
Complementary color
Monochromatic Colors of #452501
Black with #452501
Text Example
Text Example
White with #452501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452501; }
p { color: rgb(69,37,1); }
H1.HeaderClassName
{
color: #452501;
}
.AnyTagClassName
{
color: #452501;
}
</style>
background-color css
<style>
a { background-color: #452501; }
a { background-color: rgb(69,37,1); }
div.DivClassName
{
background-color: #452501;
}
.BgClassName
{
background-color: #452501;
}
</style>
border-color css
<style>
span { border-color: #452501; }
span { border-color: rgb(69,37,1); }
td.TdClassName
{
border-color: #452501;
}
.TagClassName
{
border-color: #452501;
}
</style>