Shades of Bistre #45250F
Tints of Bistre #45250F
RGB
CMYK
RGB Variations
Color information
#45250F (or 0x45250F) is known color: Bistre. HEX triplet: 45, 25 and 0F. RGB value is (69,37,15). Sum of RGB (Red+Green+Blue) = 69+37+15=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #45250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45250F is #BADAF0. Grayscale: #2C2C2C. Windows color (decimal): -12245745 or 992581. OLE color: 992581.
HSL color Cylindrical-coordinate representation of color #45250F: hue angle of 24.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45250F is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 15 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.73 |
| HSL | 24.44º | 0.64% | 0.16% | - |
| HSV(B) | 24.44º | 0.78% | 0.27% | - |
| XYZ | 3.2 | 2.62 | 0.79 | - |
| YUV | 44.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 15 | 0 | 0.46 | 0.78 | 0.73 | 24.44 | 0.64 | 0.16 |
| Hex | 45 | 25 | F | 0 | 2E | 4E | 49 | 18 | 40 | 10 |
| Octal | 105 | 45 | 17 | 0 | 56 | 116 | 111 | 30 | 100 | 20 |
| Binary | 1000101 | 100101 | 1111 | 0 | 101110 | 1001110 | 1001001 | 11000 | 1000000 | 10000 |
Color Harmonies of #45250F
Complementary color
Monochromatic Colors of #45250F
Black with #45250F
Text Example
Text Example
White with #45250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45250F; }
p { color: rgb(69,37,15); }
H1.HeaderClassName
{
color: #45250F;
}
.AnyTagClassName
{
color: #45250F;
}
</style>
background-color css
<style>
a { background-color: #45250F; }
a { background-color: rgb(69,37,15); }
div.DivClassName
{
background-color: #45250F;
}
.BgClassName
{
background-color: #45250F;
}
</style>
border-color css
<style>
span { border-color: #45250F; }
span { border-color: rgb(69,37,15); }
td.TdClassName
{
border-color: #45250F;
}
.TagClassName
{
border-color: #45250F;
}
</style>