Shades of Birch #3E3A32
Tints of Birch #3E3A32
RGB
CMYK
RGB Variations
Color information
#3E3A32 (or 0x3E3A32) is known color: Birch. HEX triplet: 3E, 3A and 32. RGB value is (62,58,50). Sum of RGB (Red+Green+Blue) = 62+58+50=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A32 is #C1C5CD. Grayscale: #3A3A3A. Windows color (decimal): -12699086 or 3291710. OLE color: 3291710.
HSL color Cylindrical-coordinate representation of color #3E3A32: hue angle of 40º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3A32 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 58 | 50 | - |
CMYK | 0 | 0.06 | 0.19 | 0.76 |
HSL | 40º | 0.11% | 0.22% | - |
HSV(B) | 40º | 0.19% | 0.24% | - |
XYZ | 4.08 | 4.28 | 3.63 | - |
YUV | 58.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 58 | 50 | 0 | 0.06 | 0.19 | 0.76 | 40 | 0.11 | 0.22 |
Hex | 3E | 3A | 32 | 0 | 6 | 13 | 4C | 28 | B | 16 |
Octal | 76 | 72 | 62 | 0 | 6 | 23 | 114 | 50 | 13 | 26 |
Binary | 111110 | 111010 | 110010 | 0 | 110 | 10011 | 1001100 | 101000 | 1011 | 10110 |
Color Harmonies of #3E3A32
Complementary color
Monochromatic Colors of #3E3A32
Black with #3E3A32
Text Example
Text Example
White with #3E3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A32; }
p { color: rgb(62,58,50); }
H1.HeaderClassName
{
color: #3E3A32;
}
.AnyTagClassName
{
color: #3E3A32;
}
</style>
background-color css
<style>
a { background-color: #3E3A32; }
a { background-color: rgb(62,58,50); }
div.DivClassName
{
background-color: #3E3A32;
}
.BgClassName
{
background-color: #3E3A32;
}
</style>
border-color css
<style>
span { border-color: #3E3A32; }
span { border-color: rgb(62,58,50); }
td.TdClassName
{
border-color: #3E3A32;
}
.TagClassName
{
border-color: #3E3A32;
}
</style>