Shades of Bistre #452B14
Tints of Bistre #452B14
RGB
CMYK
RGB Variations
Color information
#452B14 (or 0x452B14) is known color: Bistre. HEX triplet: 45, 2B and 14. RGB value is (69,43,20). Sum of RGB (Red+Green+Blue) = 69+43+20=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #452B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B14 is #BAD4EB. Grayscale: #303030. Windows color (decimal): -12244204 or 1321797. OLE color: 1321797.
HSL color Cylindrical-coordinate representation of color #452B14: hue angle of 28.16º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452B14 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 20 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.73 |
| HSL | 28.16º | 0.55% | 0.17% | - |
| HSV(B) | 28.16º | 0.71% | 0.27% | - |
| XYZ | 3.44 | 3.04 | 1.07 | - |
| YUV | 48.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 20 | 0 | 0.38 | 0.71 | 0.73 | 28.16 | 0.55 | 0.17 |
| Hex | 45 | 2B | 14 | 0 | 26 | 47 | 49 | 1C | 37 | 11 |
| Octal | 105 | 53 | 24 | 0 | 46 | 107 | 111 | 34 | 67 | 21 |
| Binary | 1000101 | 101011 | 10100 | 0 | 100110 | 1000111 | 1001001 | 11100 | 110111 | 10001 |
Color Harmonies of #452B14
Complementary color
Monochromatic Colors of #452B14
Black with #452B14
Text Example
Text Example
White with #452B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B14; }
p { color: rgb(69,43,20); }
H1.HeaderClassName
{
color: #452B14;
}
.AnyTagClassName
{
color: #452B14;
}
</style>
background-color css
<style>
a { background-color: #452B14; }
a { background-color: rgb(69,43,20); }
div.DivClassName
{
background-color: #452B14;
}
.BgClassName
{
background-color: #452B14;
}
</style>
border-color css
<style>
span { border-color: #452B14; }
span { border-color: rgb(69,43,20); }
td.TdClassName
{
border-color: #452B14;
}
.TagClassName
{
border-color: #452B14;
}
</style>