Shades of Bistre #40230C
Tints of Bistre #40230C
RGB
CMYK
RGB Variations
Color information
#40230C (or 0x40230C) is known color: Bistre. HEX triplet: 40, 23 and 0C. RGB value is (64,35,12). Sum of RGB (Red+Green+Blue) = 64+35+12=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40230C is #BFDCF3. Grayscale: #292929. Windows color (decimal): -12573940 or 795456. OLE color: 795456.
HSL color Cylindrical-coordinate representation of color #40230C: hue angle of 26.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40230C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 12 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.75 |
| HSL | 26.54º | 0.68% | 0.15% | - |
| HSV(B) | 26.54º | 0.81% | 0.25% | - |
| XYZ | 2.78 | 2.32 | 0.65 | - |
| YUV | 41.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 12 | 0 | 0.45 | 0.81 | 0.75 | 26.54 | 0.68 | 0.15 |
| Hex | 40 | 23 | C | 0 | 2D | 51 | 4B | 1B | 44 | F |
| Octal | 100 | 43 | 14 | 0 | 55 | 121 | 113 | 33 | 104 | 17 |
| Binary | 1000000 | 100011 | 1100 | 0 | 101101 | 1010001 | 1001011 | 11011 | 1000100 | 1111 |
Color Harmonies of #40230C
Complementary color
Monochromatic Colors of #40230C
Black with #40230C
Text Example
Text Example
White with #40230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40230C; }
p { color: rgb(64,35,12); }
H1.HeaderClassName
{
color: #40230C;
}
.AnyTagClassName
{
color: #40230C;
}
</style>
background-color css
<style>
a { background-color: #40230C; }
a { background-color: rgb(64,35,12); }
div.DivClassName
{
background-color: #40230C;
}
.BgClassName
{
background-color: #40230C;
}
</style>
border-color css
<style>
span { border-color: #40230C; }
span { border-color: rgb(64,35,12); }
td.TdClassName
{
border-color: #40230C;
}
.TagClassName
{
border-color: #40230C;
}
</style>