Shades of Bistre #452E1B
Tints of Bistre #452E1B
RGB
CMYK
RGB Variations
Color information
#452E1B (or 0x452E1B) is known color: Bistre. HEX triplet: 45, 2E and 1B. RGB value is (69,46,27). Sum of RGB (Red+Green+Blue) = 69+46+27=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #452E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E1B is #BAD1E4. Grayscale: #323232. Windows color (decimal): -12243429 or 1781317. OLE color: 1781317.
HSL color Cylindrical-coordinate representation of color #452E1B: hue angle of 27.14º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452E1B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 27 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.73 |
| HSL | 27.14º | 0.44% | 0.19% | - |
| HSV(B) | 27.14º | 0.61% | 0.27% | - |
| XYZ | 3.63 | 3.3 | 1.48 | - |
| YUV | 50.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 27 | 0 | 0.33 | 0.61 | 0.73 | 27.14 | 0.44 | 0.19 |
| Hex | 45 | 2E | 1B | 0 | 21 | 3D | 49 | 1B | 2C | 13 |
| Octal | 105 | 56 | 33 | 0 | 41 | 75 | 111 | 33 | 54 | 23 |
| Binary | 1000101 | 101110 | 11011 | 0 | 100001 | 111101 | 1001001 | 11011 | 101100 | 10011 |
Color Harmonies of #452E1B
Complementary color
Monochromatic Colors of #452E1B
Black with #452E1B
Text Example
Text Example
White with #452E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E1B; }
p { color: rgb(69,46,27); }
H1.HeaderClassName
{
color: #452E1B;
}
.AnyTagClassName
{
color: #452E1B;
}
</style>
background-color css
<style>
a { background-color: #452E1B; }
a { background-color: rgb(69,46,27); }
div.DivClassName
{
background-color: #452E1B;
}
.BgClassName
{
background-color: #452E1B;
}
</style>
border-color css
<style>
span { border-color: #452E1B; }
span { border-color: rgb(69,46,27); }
td.TdClassName
{
border-color: #452E1B;
}
.TagClassName
{
border-color: #452E1B;
}
</style>