Shades of Birch #3D382A
Tints of Birch #3D382A
RGB
CMYK
RGB Variations
Color information
#3D382A (or 0x3D382A) is known color: Birch. HEX triplet: 3D, 38 and 2A. RGB value is (61,56,42). Sum of RGB (Red+Green+Blue) = 61+56+42=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 61 - color contains mainly: red. Hex color #3D382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D382A is #C2C7D5. Grayscale: #373737. Windows color (decimal): -12765142 or 2766909. OLE color: 2766909.
HSL color Cylindrical-coordinate representation of color #3D382A: hue angle of 44.21º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D382A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 42 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.76 |
| HSL | 44.21º | 0.18% | 0.2% | - |
| HSV(B) | 44.21º | 0.31% | 0.24% | - |
| XYZ | 3.76 | 3.99 | 2.76 | - |
| YUV | 55.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 42 | 0 | 0.08 | 0.31 | 0.76 | 44.21 | 0.18 | 0.2 |
| Hex | 3D | 38 | 2A | 0 | 8 | 1F | 4C | 2C | 12 | 14 |
| Octal | 75 | 70 | 52 | 0 | 10 | 37 | 114 | 54 | 22 | 24 |
| Binary | 111101 | 111000 | 101010 | 0 | 1000 | 11111 | 1001100 | 101100 | 10010 | 10100 |
Color Harmonies of #3D382A
Complementary color
Monochromatic Colors of #3D382A
Black with #3D382A
Text Example
Text Example
White with #3D382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D382A; }
p { color: rgb(61,56,42); }
H1.HeaderClassName
{
color: #3D382A;
}
.AnyTagClassName
{
color: #3D382A;
}
</style>
background-color css
<style>
a { background-color: #3D382A; }
a { background-color: rgb(61,56,42); }
div.DivClassName
{
background-color: #3D382A;
}
.BgClassName
{
background-color: #3D382A;
}
</style>
border-color css
<style>
span { border-color: #3D382A; }
span { border-color: rgb(61,56,42); }
td.TdClassName
{
border-color: #3D382A;
}
.TagClassName
{
border-color: #3D382A;
}
</style>