Shades of Woodrush #3D3C36
Tints of Woodrush #3D3C36
RGB
CMYK
RGB Variations
Color information
#3D3C36 (or 0x3D3C36) is known color: Woodrush. HEX triplet: 3D, 3C and 36. RGB value is (61,60,54). Sum of RGB (Red+Green+Blue) = 61+60+54=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C36 is #C2C3C9. Grayscale: #3B3B3B. Windows color (decimal): -12764106 or 3554365. OLE color: 3554365.
HSL color Cylindrical-coordinate representation of color #3D3C36: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D3C36 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 54 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.76 |
| HSL | 51.43º | 0.06% | 0.23% | - |
| HSV(B) | 51.43º | 0.11% | 0.24% | - |
| XYZ | 4.21 | 4.49 | 4.14 | - |
| YUV | 59.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 54 | 0 | 0.02 | 0.11 | 0.76 | 51.43 | 0.06 | 0.23 |
| Hex | 3D | 3C | 36 | 0 | 2 | B | 4C | 33 | 6 | 17 |
| Octal | 75 | 74 | 66 | 0 | 2 | 13 | 114 | 63 | 6 | 27 |
| Binary | 111101 | 111100 | 110110 | 0 | 10 | 1011 | 1001100 | 110011 | 110 | 10111 |
Color Harmonies of #3D3C36
Complementary color
Monochromatic Colors of #3D3C36
Black with #3D3C36
Text Example
Text Example
White with #3D3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C36; }
p { color: rgb(61,60,54); }
H1.HeaderClassName
{
color: #3D3C36;
}
.AnyTagClassName
{
color: #3D3C36;
}
</style>
background-color css
<style>
a { background-color: #3D3C36; }
a { background-color: rgb(61,60,54); }
div.DivClassName
{
background-color: #3D3C36;
}
.BgClassName
{
background-color: #3D3C36;
}
</style>
border-color css
<style>
span { border-color: #3D3C36; }
span { border-color: rgb(61,60,54); }
td.TdClassName
{
border-color: #3D3C36;
}
.TagClassName
{
border-color: #3D3C36;
}
</style>