Shades of Bistre #45250A
Tints of Bistre #45250A
RGB
CMYK
RGB Variations
Color information
#45250A (or 0x45250A) is known color: Bistre. HEX triplet: 45, 25 and 0A. RGB value is (69,37,10). Sum of RGB (Red+Green+Blue) = 69+37+10=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45250A is #BADAF5. Grayscale: #2B2B2B. Windows color (decimal): -12245750 or 664901. OLE color: 664901.
HSL color Cylindrical-coordinate representation of color #45250A: hue angle of 27.46º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45250A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 10 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.73 |
| HSL | 27.46º | 0.75% | 0.15% | - |
| HSV(B) | 27.46º | 0.86% | 0.27% | - |
| XYZ | 3.17 | 2.61 | 0.62 | - |
| YUV | 43.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 10 | 0 | 0.46 | 0.86 | 0.73 | 27.46 | 0.75 | 0.15 |
| Hex | 45 | 25 | A | 0 | 2E | 56 | 49 | 1B | 4B | F |
| Octal | 105 | 45 | 12 | 0 | 56 | 126 | 111 | 33 | 113 | 17 |
| Binary | 1000101 | 100101 | 1010 | 0 | 101110 | 1010110 | 1001001 | 11011 | 1001011 | 1111 |
Color Harmonies of #45250A
Complementary color
Monochromatic Colors of #45250A
Black with #45250A
Text Example
Text Example
White with #45250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45250A; }
p { color: rgb(69,37,10); }
H1.HeaderClassName
{
color: #45250A;
}
.AnyTagClassName
{
color: #45250A;
}
</style>
background-color css
<style>
a { background-color: #45250A; }
a { background-color: rgb(69,37,10); }
div.DivClassName
{
background-color: #45250A;
}
.BgClassName
{
background-color: #45250A;
}
</style>
border-color css
<style>
span { border-color: #45250A; }
span { border-color: rgb(69,37,10); }
td.TdClassName
{
border-color: #45250A;
}
.TagClassName
{
border-color: #45250A;
}
</style>