Shades of Birch #3C3527
Tints of Birch #3C3527
RGB
CMYK
RGB Variations
Color information
#3C3527 (or 0x3C3527) is known color: Birch. HEX triplet: 3C, 35 and 27. RGB value is (60,53,39). Sum of RGB (Red+Green+Blue) = 60+53+39=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3527 is #C3CAD8. Grayscale: #353535. Windows color (decimal): -12831449 or 2569532. OLE color: 2569532.
HSL color Cylindrical-coordinate representation of color #3C3527: hue angle of 40º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C3527 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 39 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.76 |
| HSL | 40º | 0.21% | 0.19% | - |
| HSV(B) | 40º | 0.35% | 0.24% | - |
| XYZ | 3.5 | 3.65 | 2.44 | - |
| YUV | 53.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 39 | 0 | 0.12 | 0.35 | 0.76 | 40 | 0.21 | 0.19 |
| Hex | 3C | 35 | 27 | 0 | C | 23 | 4C | 28 | 15 | 13 |
| Octal | 74 | 65 | 47 | 0 | 14 | 43 | 114 | 50 | 25 | 23 |
| Binary | 111100 | 110101 | 100111 | 0 | 1100 | 100011 | 1001100 | 101000 | 10101 | 10011 |
Color Harmonies of #3C3527
Complementary color
Monochromatic Colors of #3C3527
Black with #3C3527
Text Example
Text Example
White with #3C3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3527; }
p { color: rgb(60,53,39); }
H1.HeaderClassName
{
color: #3C3527;
}
.AnyTagClassName
{
color: #3C3527;
}
</style>
background-color css
<style>
a { background-color: #3C3527; }
a { background-color: rgb(60,53,39); }
div.DivClassName
{
background-color: #3C3527;
}
.BgClassName
{
background-color: #3C3527;
}
</style>
border-color css
<style>
span { border-color: #3C3527; }
span { border-color: rgb(60,53,39); }
td.TdClassName
{
border-color: #3C3527;
}
.TagClassName
{
border-color: #3C3527;
}
</style>