Shades of Birch #473C28
Tints of Birch #473C28
RGB
CMYK
RGB Variations
Color information
#473C28 (or 0x473C28) is known color: Birch. HEX triplet: 47, 3C and 28. RGB value is (71,60,40). Sum of RGB (Red+Green+Blue) = 71+60+40=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C28 is #B8C3D7. Grayscale: #3D3D3D. Windows color (decimal): -12108760 or 2636871. OLE color: 2636871.
HSL color Cylindrical-coordinate representation of color #473C28: hue angle of 38.71º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473C28 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 40 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.72 |
| HSL | 38.71º | 0.28% | 0.22% | - |
| HSV(B) | 38.71º | 0.44% | 0.28% | - |
| XYZ | 4.6 | 4.72 | 2.68 | - |
| YUV | 61.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 40 | 0 | 0.15 | 0.44 | 0.72 | 38.71 | 0.28 | 0.22 |
| Hex | 47 | 3C | 28 | 0 | F | 2C | 48 | 27 | 1C | 16 |
| Octal | 107 | 74 | 50 | 0 | 17 | 54 | 110 | 47 | 34 | 26 |
| Binary | 1000111 | 111100 | 101000 | 0 | 1111 | 101100 | 1001000 | 100111 | 11100 | 10110 |
Color Harmonies of #473C28
Complementary color
Monochromatic Colors of #473C28
Black with #473C28
Text Example
Text Example
White with #473C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C28; }
p { color: rgb(71,60,40); }
H1.HeaderClassName
{
color: #473C28;
}
.AnyTagClassName
{
color: #473C28;
}
</style>
background-color css
<style>
a { background-color: #473C28; }
a { background-color: rgb(71,60,40); }
div.DivClassName
{
background-color: #473C28;
}
.BgClassName
{
background-color: #473C28;
}
</style>
border-color css
<style>
span { border-color: #473C28; }
span { border-color: rgb(71,60,40); }
td.TdClassName
{
border-color: #473C28;
}
.TagClassName
{
border-color: #473C28;
}
</style>