Shades of Bistre #452B04
Tints of Bistre #452B04
RGB
CMYK
RGB Variations
Color information
#452B04 (or 0x452B04) is known color: Bistre. HEX triplet: 45, 2B and 04. RGB value is (69,43,4). Sum of RGB (Red+Green+Blue) = 69+43+4=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #452B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B04 is #BAD4FB. Grayscale: #2E2E2E. Windows color (decimal): -12244220 or 273221. OLE color: 273221.
HSL color Cylindrical-coordinate representation of color #452B04: hue angle of 36º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #452B04 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 4 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.73 |
| HSL | 36º | 0.89% | 0.14% | - |
| HSV(B) | 36º | 0.94% | 0.27% | - |
| XYZ | 3.34 | 3 | 0.52 | - |
| YUV | 46.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 4 | 0 | 0.38 | 0.94 | 0.73 | 36 | 0.89 | 0.14 |
| Hex | 45 | 2B | 4 | 0 | 26 | 5E | 49 | 24 | 59 | E |
| Octal | 105 | 53 | 4 | 0 | 46 | 136 | 111 | 44 | 131 | 16 |
| Binary | 1000101 | 101011 | 100 | 0 | 100110 | 1011110 | 1001001 | 100100 | 1011001 | 1110 |
Color Harmonies of #452B04
Complementary color
Monochromatic Colors of #452B04
Black with #452B04
Text Example
Text Example
White with #452B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B04; }
p { color: rgb(69,43,4); }
H1.HeaderClassName
{
color: #452B04;
}
.AnyTagClassName
{
color: #452B04;
}
</style>
background-color css
<style>
a { background-color: #452B04; }
a { background-color: rgb(69,43,4); }
div.DivClassName
{
background-color: #452B04;
}
.BgClassName
{
background-color: #452B04;
}
</style>
border-color css
<style>
span { border-color: #452B04; }
span { border-color: rgb(69,43,4); }
td.TdClassName
{
border-color: #452B04;
}
.TagClassName
{
border-color: #452B04;
}
</style>