Shades of Woodrush #3D3A2C
Tints of Woodrush #3D3A2C
RGB
CMYK
RGB Variations
Color information
#3D3A2C (or 0x3D3A2C) is known color: Woodrush. HEX triplet: 3D, 3A and 2C. RGB value is (61,58,44). Sum of RGB (Red+Green+Blue) = 61+58+44=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A2C is #C2C5D3. Grayscale: #393939. Windows color (decimal): -12764628 or 2898493. OLE color: 2898493.
HSL color Cylindrical-coordinate representation of color #3D3A2C: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D3A2C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 44 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.76 |
| HSL | 49.41º | 0.16% | 0.21% | - |
| HSV(B) | 49.41º | 0.28% | 0.24% | - |
| XYZ | 3.89 | 4.2 | 2.99 | - |
| YUV | 57.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 44 | 0 | 0.05 | 0.28 | 0.76 | 49.41 | 0.16 | 0.21 |
| Hex | 3D | 3A | 2C | 0 | 5 | 1C | 4C | 31 | 10 | 15 |
| Octal | 75 | 72 | 54 | 0 | 5 | 34 | 114 | 61 | 20 | 25 |
| Binary | 111101 | 111010 | 101100 | 0 | 101 | 11100 | 1001100 | 110001 | 10000 | 10101 |
Color Harmonies of #3D3A2C
Complementary color
Monochromatic Colors of #3D3A2C
Black with #3D3A2C
Text Example
Text Example
White with #3D3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A2C; }
p { color: rgb(61,58,44); }
H1.HeaderClassName
{
color: #3D3A2C;
}
.AnyTagClassName
{
color: #3D3A2C;
}
</style>
background-color css
<style>
a { background-color: #3D3A2C; }
a { background-color: rgb(61,58,44); }
div.DivClassName
{
background-color: #3D3A2C;
}
.BgClassName
{
background-color: #3D3A2C;
}
</style>
border-color css
<style>
span { border-color: #3D3A2C; }
span { border-color: rgb(61,58,44); }
td.TdClassName
{
border-color: #3D3A2C;
}
.TagClassName
{
border-color: #3D3A2C;
}
</style>