Shades of Birch #3C382F
Tints of Birch #3C382F
RGB
CMYK
RGB Variations
Color information
#3C382F (or 0x3C382F) is known color: Birch. HEX triplet: 3C, 38 and 2F. RGB value is (60,56,47). Sum of RGB (Red+Green+Blue) = 60+56+47=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 60 - color contains mainly: red. Hex color #3C382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C382F is #C3C7D0. Grayscale: #383838. Windows color (decimal): -12830673 or 3094588. OLE color: 3094588.
HSL color Cylindrical-coordinate representation of color #3C382F: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C382F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 47 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.76 |
| HSL | 41.54º | 0.12% | 0.21% | - |
| HSV(B) | 41.54º | 0.22% | 0.24% | - |
| XYZ | 3.79 | 3.99 | 3.26 | - |
| YUV | 56.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 47 | 0 | 0.07 | 0.22 | 0.76 | 41.54 | 0.12 | 0.21 |
| Hex | 3C | 38 | 2F | 0 | 7 | 16 | 4C | 2A | C | 15 |
| Octal | 74 | 70 | 57 | 0 | 7 | 26 | 114 | 52 | 14 | 25 |
| Binary | 111100 | 111000 | 101111 | 0 | 111 | 10110 | 1001100 | 101010 | 1100 | 10101 |
Color Harmonies of #3C382F
Complementary color
Monochromatic Colors of #3C382F
Black with #3C382F
Text Example
Text Example
White with #3C382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C382F; }
p { color: rgb(60,56,47); }
H1.HeaderClassName
{
color: #3C382F;
}
.AnyTagClassName
{
color: #3C382F;
}
</style>
background-color css
<style>
a { background-color: #3C382F; }
a { background-color: rgb(60,56,47); }
div.DivClassName
{
background-color: #3C382F;
}
.BgClassName
{
background-color: #3C382F;
}
</style>
border-color css
<style>
span { border-color: #3C382F; }
span { border-color: rgb(60,56,47); }
td.TdClassName
{
border-color: #3C382F;
}
.TagClassName
{
border-color: #3C382F;
}
</style>