Shades of Birch #443C2C
Tints of Birch #443C2C
RGB
CMYK
RGB Variations
Color information
#443C2C (or 0x443C2C) is known color: Birch. HEX triplet: 44, 3C and 2C. RGB value is (68,60,44). Sum of RGB (Red+Green+Blue) = 68+60+44=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #443C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C2C is #BBC3D3. Grayscale: #3C3C3C. Windows color (decimal): -12305364 or 2899012. OLE color: 2899012.
HSL color Cylindrical-coordinate representation of color #443C2C: hue angle of 40º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443C2C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 44 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.73 |
| HSL | 40º | 0.21% | 0.22% | - |
| HSV(B) | 40º | 0.35% | 0.27% | - |
| XYZ | 4.45 | 4.64 | 3.04 | - |
| YUV | 60.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 44 | 0 | 0.12 | 0.35 | 0.73 | 40 | 0.21 | 0.22 |
| Hex | 44 | 3C | 2C | 0 | C | 23 | 49 | 28 | 15 | 16 |
| Octal | 104 | 74 | 54 | 0 | 14 | 43 | 111 | 50 | 25 | 26 |
| Binary | 1000100 | 111100 | 101100 | 0 | 1100 | 100011 | 1001001 | 101000 | 10101 | 10110 |
Color Harmonies of #443C2C
Complementary color
Monochromatic Colors of #443C2C
Black with #443C2C
Text Example
Text Example
White with #443C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C2C; }
p { color: rgb(68,60,44); }
H1.HeaderClassName
{
color: #443C2C;
}
.AnyTagClassName
{
color: #443C2C;
}
</style>
background-color css
<style>
a { background-color: #443C2C; }
a { background-color: rgb(68,60,44); }
div.DivClassName
{
background-color: #443C2C;
}
.BgClassName
{
background-color: #443C2C;
}
</style>
border-color css
<style>
span { border-color: #443C2C; }
span { border-color: rgb(68,60,44); }
td.TdClassName
{
border-color: #443C2C;
}
.TagClassName
{
border-color: #443C2C;
}
</style>