Shades of Birch #3B362C
Tints of Birch #3B362C
RGB
CMYK
RGB Variations
Color information
#3B362C (or 0x3B362C) is known color: Birch. HEX triplet: 3B, 36 and 2C. RGB value is (59,54,44). Sum of RGB (Red+Green+Blue) = 59+54+44=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B362C is #C4C9D3. Grayscale: #363636. Windows color (decimal): -12896724 or 2897467. OLE color: 2897467.
HSL color Cylindrical-coordinate representation of color #3B362C: hue angle of 40º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B362C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 44 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.77 |
| HSL | 40º | 0.15% | 0.2% | - |
| HSV(B) | 40º | 0.25% | 0.23% | - |
| XYZ | 3.58 | 3.75 | 2.92 | - |
| YUV | 54.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 44 | 0 | 0.08 | 0.25 | 0.77 | 40 | 0.15 | 0.2 |
| Hex | 3B | 36 | 2C | 0 | 8 | 19 | 4D | 28 | F | 14 |
| Octal | 73 | 66 | 54 | 0 | 10 | 31 | 115 | 50 | 17 | 24 |
| Binary | 111011 | 110110 | 101100 | 0 | 1000 | 11001 | 1001101 | 101000 | 1111 | 10100 |
Color Harmonies of #3B362C
Complementary color
Monochromatic Colors of #3B362C
Black with #3B362C
Text Example
Text Example
White with #3B362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B362C; }
p { color: rgb(59,54,44); }
H1.HeaderClassName
{
color: #3B362C;
}
.AnyTagClassName
{
color: #3B362C;
}
</style>
background-color css
<style>
a { background-color: #3B362C; }
a { background-color: rgb(59,54,44); }
div.DivClassName
{
background-color: #3B362C;
}
.BgClassName
{
background-color: #3B362C;
}
</style>
border-color css
<style>
span { border-color: #3B362C; }
span { border-color: rgb(59,54,44); }
td.TdClassName
{
border-color: #3B362C;
}
.TagClassName
{
border-color: #3B362C;
}
</style>