Shades of Birch #443A24
Tints of Birch #443A24
RGB
CMYK
RGB Variations
Color information
#443A24 (or 0x443A24) is known color: Birch. HEX triplet: 44, 3A and 24. RGB value is (68,58,36). Sum of RGB (Red+Green+Blue) = 68+58+36=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #443A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A24 is #BBC5DB. Grayscale: #3A3A3A. Windows color (decimal): -12305884 or 2374212. OLE color: 2374212.
HSL color Cylindrical-coordinate representation of color #443A24: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #443A24 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 36 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.73 |
| HSL | 41.25º | 0.31% | 0.2% | - |
| HSV(B) | 41.25º | 0.47% | 0.27% | - |
| XYZ | 4.22 | 4.38 | 2.29 | - |
| YUV | 58.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 36 | 0 | 0.15 | 0.47 | 0.73 | 41.25 | 0.31 | 0.2 |
| Hex | 44 | 3A | 24 | 0 | F | 2F | 49 | 29 | 1F | 14 |
| Octal | 104 | 72 | 44 | 0 | 17 | 57 | 111 | 51 | 37 | 24 |
| Binary | 1000100 | 111010 | 100100 | 0 | 1111 | 101111 | 1001001 | 101001 | 11111 | 10100 |
Color Harmonies of #443A24
Complementary color
Monochromatic Colors of #443A24
Black with #443A24
Text Example
Text Example
White with #443A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A24; }
p { color: rgb(68,58,36); }
H1.HeaderClassName
{
color: #443A24;
}
.AnyTagClassName
{
color: #443A24;
}
</style>
background-color css
<style>
a { background-color: #443A24; }
a { background-color: rgb(68,58,36); }
div.DivClassName
{
background-color: #443A24;
}
.BgClassName
{
background-color: #443A24;
}
</style>
border-color css
<style>
span { border-color: #443A24; }
span { border-color: rgb(68,58,36); }
td.TdClassName
{
border-color: #443A24;
}
.TagClassName
{
border-color: #443A24;
}
</style>