Shades of Bistre #442B02
Tints of Bistre #442B02
RGB
CMYK
RGB Variations
Color information
#442B02 (or 0x442B02) is known color: Bistre. HEX triplet: 44, 2B and 02. RGB value is (68,43,2). Sum of RGB (Red+Green+Blue) = 68+43+2=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B02 is #BBD4FD. Grayscale: #2D2D2D. Windows color (decimal): -12309758 or 142148. OLE color: 142148.
HSL color Cylindrical-coordinate representation of color #442B02: hue angle of 37.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #442B02 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 2 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.73 |
| HSL | 37.27º | 0.94% | 0.14% | - |
| HSV(B) | 37.27º | 0.97% | 0.27% | - |
| XYZ | 3.26 | 2.96 | 0.46 | - |
| YUV | 45.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 2 | 0 | 0.37 | 0.97 | 0.73 | 37.27 | 0.94 | 0.14 |
| Hex | 44 | 2B | 2 | 0 | 25 | 61 | 49 | 25 | 5E | E |
| Octal | 104 | 53 | 2 | 0 | 45 | 141 | 111 | 45 | 136 | 16 |
| Binary | 1000100 | 101011 | 10 | 0 | 100101 | 1100001 | 1001001 | 100101 | 1011110 | 1110 |
Color Harmonies of #442B02
Complementary color
Monochromatic Colors of #442B02
Black with #442B02
Text Example
Text Example
White with #442B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B02; }
p { color: rgb(68,43,2); }
H1.HeaderClassName
{
color: #442B02;
}
.AnyTagClassName
{
color: #442B02;
}
</style>
background-color css
<style>
a { background-color: #442B02; }
a { background-color: rgb(68,43,2); }
div.DivClassName
{
background-color: #442B02;
}
.BgClassName
{
background-color: #442B02;
}
</style>
border-color css
<style>
span { border-color: #442B02; }
span { border-color: rgb(68,43,2); }
td.TdClassName
{
border-color: #442B02;
}
.TagClassName
{
border-color: #442B02;
}
</style>