Shades of Bistre #452B07
Tints of Bistre #452B07
RGB
CMYK
RGB Variations
Color information
#452B07 (or 0x452B07) is known color: Bistre. HEX triplet: 45, 2B and 07. RGB value is (69,43,7). Sum of RGB (Red+Green+Blue) = 69+43+7=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #452B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B07 is #BAD4F8. Grayscale: #2E2E2E. Windows color (decimal): -12244217 or 469829. OLE color: 469829.
HSL color Cylindrical-coordinate representation of color #452B07: hue angle of 34.84º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #452B07 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 7 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.73 |
| HSL | 34.84º | 0.82% | 0.15% | - |
| HSV(B) | 34.84º | 0.9% | 0.27% | - |
| XYZ | 3.36 | 3.01 | 0.6 | - |
| YUV | 46.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 7 | 0 | 0.38 | 0.90 | 0.73 | 34.84 | 0.82 | 0.15 |
| Hex | 45 | 2B | 7 | 0 | 26 | 5A | 49 | 23 | 52 | F |
| Octal | 105 | 53 | 7 | 0 | 46 | 132 | 111 | 43 | 122 | 17 |
| Binary | 1000101 | 101011 | 111 | 0 | 100110 | 1011010 | 1001001 | 100011 | 1010010 | 1111 |
Color Harmonies of #452B07
Complementary color
Monochromatic Colors of #452B07
Black with #452B07
Text Example
Text Example
White with #452B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B07; }
p { color: rgb(69,43,7); }
H1.HeaderClassName
{
color: #452B07;
}
.AnyTagClassName
{
color: #452B07;
}
</style>
background-color css
<style>
a { background-color: #452B07; }
a { background-color: rgb(69,43,7); }
div.DivClassName
{
background-color: #452B07;
}
.BgClassName
{
background-color: #452B07;
}
</style>
border-color css
<style>
span { border-color: #452B07; }
span { border-color: rgb(69,43,7); }
td.TdClassName
{
border-color: #452B07;
}
.TagClassName
{
border-color: #452B07;
}
</style>