Shades of Bistre #452D19
Tints of Bistre #452D19
RGB
CMYK
RGB Variations
Color information
#452D19 (or 0x452D19) is known color: Bistre. HEX triplet: 45, 2D and 19. RGB value is (69,45,25). Sum of RGB (Red+Green+Blue) = 69+45+25=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D19 is #BAD2E6. Grayscale: #323232. Windows color (decimal): -12243687 or 1649989. OLE color: 1649989.
HSL color Cylindrical-coordinate representation of color #452D19: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452D19 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 25 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.73 |
| HSL | 27.27º | 0.47% | 0.18% | - |
| HSV(B) | 27.27º | 0.64% | 0.27% | - |
| XYZ | 3.57 | 3.21 | 1.35 | - |
| YUV | 49.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 25 | 0 | 0.35 | 0.64 | 0.73 | 27.27 | 0.47 | 0.18 |
| Hex | 45 | 2D | 19 | 0 | 23 | 40 | 49 | 1B | 2F | 12 |
| Octal | 105 | 55 | 31 | 0 | 43 | 100 | 111 | 33 | 57 | 22 |
| Binary | 1000101 | 101101 | 11001 | 0 | 100011 | 1000000 | 1001001 | 11011 | 101111 | 10010 |
Color Harmonies of #452D19
Complementary color
Monochromatic Colors of #452D19
Black with #452D19
Text Example
Text Example
White with #452D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D19; }
p { color: rgb(69,45,25); }
H1.HeaderClassName
{
color: #452D19;
}
.AnyTagClassName
{
color: #452D19;
}
</style>
background-color css
<style>
a { background-color: #452D19; }
a { background-color: rgb(69,45,25); }
div.DivClassName
{
background-color: #452D19;
}
.BgClassName
{
background-color: #452D19;
}
</style>
border-color css
<style>
span { border-color: #452D19; }
span { border-color: rgb(69,45,25); }
td.TdClassName
{
border-color: #452D19;
}
.TagClassName
{
border-color: #452D19;
}
</style>