Shades of Bistre #452711
Tints of Bistre #452711
RGB
CMYK
RGB Variations
Color information
#452711 (or 0x452711) is known color: Bistre. HEX triplet: 45, 27 and 11. RGB value is (69,39,17). Sum of RGB (Red+Green+Blue) = 69+39+17=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #452711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452711 is #BAD8EE. Grayscale: #2D2D2D. Windows color (decimal): -12245231 or 1124165. OLE color: 1124165.
HSL color Cylindrical-coordinate representation of color #452711: hue angle of 25.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452711 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 39 | 17 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.73 |
| HSL | 25.38º | 0.6% | 0.17% | - |
| HSV(B) | 25.38º | 0.75% | 0.27% | - |
| XYZ | 3.28 | 2.76 | 0.89 | - |
| YUV | 45.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 17 | 0 | 0.43 | 0.75 | 0.73 | 25.38 | 0.6 | 0.17 |
| Hex | 45 | 27 | 11 | 0 | 2B | 4B | 49 | 19 | 3C | 11 |
| Octal | 105 | 47 | 21 | 0 | 53 | 113 | 111 | 31 | 74 | 21 |
| Binary | 1000101 | 100111 | 10001 | 0 | 101011 | 1001011 | 1001001 | 11001 | 111100 | 10001 |
Color Harmonies of #452711
Complementary color
Monochromatic Colors of #452711
Black with #452711
Text Example
Text Example
White with #452711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452711; }
p { color: rgb(69,39,17); }
H1.HeaderClassName
{
color: #452711;
}
.AnyTagClassName
{
color: #452711;
}
</style>
background-color css
<style>
a { background-color: #452711; }
a { background-color: rgb(69,39,17); }
div.DivClassName
{
background-color: #452711;
}
.BgClassName
{
background-color: #452711;
}
</style>
border-color css
<style>
span { border-color: #452711; }
span { border-color: rgb(69,39,17); }
td.TdClassName
{
border-color: #452711;
}
.TagClassName
{
border-color: #452711;
}
</style>