Shades of Bistre #44270F
Tints of Bistre #44270F
RGB
CMYK
RGB Variations
Color information
#44270F (or 0x44270F) is known color: Bistre. HEX triplet: 44, 27 and 0F. RGB value is (68,39,15). Sum of RGB (Red+Green+Blue) = 68+39+15=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44270F is #BBD8F0. Grayscale: #2D2D2D. Windows color (decimal): -12310769 or 993092. OLE color: 993092.
HSL color Cylindrical-coordinate representation of color #44270F: hue angle of 27.17º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44270F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 39 | 15 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.73 |
| HSL | 27.17º | 0.64% | 0.16% | - |
| HSV(B) | 27.17º | 0.78% | 0.27% | - |
| XYZ | 3.2 | 2.71 | 0.81 | - |
| YUV | 44.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 15 | 0 | 0.43 | 0.78 | 0.73 | 27.17 | 0.64 | 0.16 |
| Hex | 44 | 27 | F | 0 | 2B | 4E | 49 | 1B | 40 | 10 |
| Octal | 104 | 47 | 17 | 0 | 53 | 116 | 111 | 33 | 100 | 20 |
| Binary | 1000100 | 100111 | 1111 | 0 | 101011 | 1001110 | 1001001 | 11011 | 1000000 | 10000 |
Color Harmonies of #44270F
Complementary color
Monochromatic Colors of #44270F
Black with #44270F
Text Example
Text Example
White with #44270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44270F; }
p { color: rgb(68,39,15); }
H1.HeaderClassName
{
color: #44270F;
}
.AnyTagClassName
{
color: #44270F;
}
</style>
background-color css
<style>
a { background-color: #44270F; }
a { background-color: rgb(68,39,15); }
div.DivClassName
{
background-color: #44270F;
}
.BgClassName
{
background-color: #44270F;
}
</style>
border-color css
<style>
span { border-color: #44270F; }
span { border-color: rgb(68,39,15); }
td.TdClassName
{
border-color: #44270F;
}
.TagClassName
{
border-color: #44270F;
}
</style>