Shades of Bistre #452F1C
Tints of Bistre #452F1C
RGB
CMYK
RGB Variations
Color information
#452F1C (or 0x452F1C) is known color: Bistre. HEX triplet: 45, 2F and 1C. RGB value is (69,47,28). Sum of RGB (Red+Green+Blue) = 69+47+28=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F1C is #BAD0E3. Grayscale: #333333. Windows color (decimal): -12243172 or 1847109. OLE color: 1847109.
HSL color Cylindrical-coordinate representation of color #452F1C: hue angle of 27.8º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452F1C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 28 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.73 |
| HSL | 27.8º | 0.42% | 0.19% | - |
| HSV(B) | 27.8º | 0.59% | 0.27% | - |
| XYZ | 3.68 | 3.38 | 1.56 | - |
| YUV | 51.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 28 | 0 | 0.32 | 0.59 | 0.73 | 27.8 | 0.42 | 0.19 |
| Hex | 45 | 2F | 1C | 0 | 20 | 3B | 49 | 1C | 2A | 13 |
| Octal | 105 | 57 | 34 | 0 | 40 | 73 | 111 | 34 | 52 | 23 |
| Binary | 1000101 | 101111 | 11100 | 0 | 100000 | 111011 | 1001001 | 11100 | 101010 | 10011 |
Color Harmonies of #452F1C
Complementary color
Monochromatic Colors of #452F1C
Black with #452F1C
Text Example
Text Example
White with #452F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F1C; }
p { color: rgb(69,47,28); }
H1.HeaderClassName
{
color: #452F1C;
}
.AnyTagClassName
{
color: #452F1C;
}
</style>
background-color css
<style>
a { background-color: #452F1C; }
a { background-color: rgb(69,47,28); }
div.DivClassName
{
background-color: #452F1C;
}
.BgClassName
{
background-color: #452F1C;
}
</style>
border-color css
<style>
span { border-color: #452F1C; }
span { border-color: rgb(69,47,28); }
td.TdClassName
{
border-color: #452F1C;
}
.TagClassName
{
border-color: #452F1C;
}
</style>