Shades of Birch #443C2B
Tints of Birch #443C2B
RGB
CMYK
RGB Variations
Color information
#443C2B (or 0x443C2B) is known color: Birch. HEX triplet: 44, 3C and 2B. RGB value is (68,60,43). Sum of RGB (Red+Green+Blue) = 68+60+43=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #443C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C2B is #BBC3D4. Grayscale: #3C3C3C. Windows color (decimal): -12305365 or 2833476. OLE color: 2833476.
HSL color Cylindrical-coordinate representation of color #443C2B: hue angle of 40.8º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #443C2B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 43 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.73 |
| HSL | 40.8º | 0.23% | 0.22% | - |
| HSV(B) | 40.8º | 0.37% | 0.27% | - |
| XYZ | 4.44 | 4.64 | 2.95 | - |
| YUV | 60.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 43 | 0 | 0.12 | 0.37 | 0.73 | 40.8 | 0.23 | 0.22 |
| Hex | 44 | 3C | 2B | 0 | C | 25 | 49 | 29 | 17 | 16 |
| Octal | 104 | 74 | 53 | 0 | 14 | 45 | 111 | 51 | 27 | 26 |
| Binary | 1000100 | 111100 | 101011 | 0 | 1100 | 100101 | 1001001 | 101001 | 10111 | 10110 |
Color Harmonies of #443C2B
Complementary color
Monochromatic Colors of #443C2B
Black with #443C2B
Text Example
Text Example
White with #443C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C2B; }
p { color: rgb(68,60,43); }
H1.HeaderClassName
{
color: #443C2B;
}
.AnyTagClassName
{
color: #443C2B;
}
</style>
background-color css
<style>
a { background-color: #443C2B; }
a { background-color: rgb(68,60,43); }
div.DivClassName
{
background-color: #443C2B;
}
.BgClassName
{
background-color: #443C2B;
}
</style>
border-color css
<style>
span { border-color: #443C2B; }
span { border-color: rgb(68,60,43); }
td.TdClassName
{
border-color: #443C2B;
}
.TagClassName
{
border-color: #443C2B;
}
</style>