Shades of Bistre #45250E
Tints of Bistre #45250E
RGB
CMYK
RGB Variations
Color information
#45250E (or 0x45250E) is known color: Bistre. HEX triplet: 45, 25 and 0E. RGB value is (69,37,14). Sum of RGB (Red+Green+Blue) = 69+37+14=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45250E is #BADAF1. Grayscale: #2C2C2C. Windows color (decimal): -12245746 or 927045. OLE color: 927045.
HSL color Cylindrical-coordinate representation of color #45250E: hue angle of 25.09º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45250E is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 14 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.73 |
| HSL | 25.09º | 0.66% | 0.16% | - |
| HSV(B) | 25.09º | 0.8% | 0.27% | - |
| XYZ | 3.2 | 2.62 | 0.75 | - |
| YUV | 43.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 14 | 0 | 0.46 | 0.80 | 0.73 | 25.09 | 0.66 | 0.16 |
| Hex | 45 | 25 | E | 0 | 2E | 50 | 49 | 19 | 42 | 10 |
| Octal | 105 | 45 | 16 | 0 | 56 | 120 | 111 | 31 | 102 | 20 |
| Binary | 1000101 | 100101 | 1110 | 0 | 101110 | 1010000 | 1001001 | 11001 | 1000010 | 10000 |
Color Harmonies of #45250E
Complementary color
Monochromatic Colors of #45250E
Black with #45250E
Text Example
Text Example
White with #45250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45250E; }
p { color: rgb(69,37,14); }
H1.HeaderClassName
{
color: #45250E;
}
.AnyTagClassName
{
color: #45250E;
}
</style>
background-color css
<style>
a { background-color: #45250E; }
a { background-color: rgb(69,37,14); }
div.DivClassName
{
background-color: #45250E;
}
.BgClassName
{
background-color: #45250E;
}
</style>
border-color css
<style>
span { border-color: #45250E; }
span { border-color: rgb(69,37,14); }
td.TdClassName
{
border-color: #45250E;
}
.TagClassName
{
border-color: #45250E;
}
</style>