Shades of Woodrush #3D3A27
Tints of Woodrush #3D3A27
RGB
CMYK
RGB Variations
Color information
#3D3A27 (or 0x3D3A27) is known color: Woodrush. HEX triplet: 3D, 3A and 27. RGB value is (61,58,39). Sum of RGB (Red+Green+Blue) = 61+58+39=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A27 is #C2C5D8. Grayscale: #383838. Windows color (decimal): -12764633 or 2570813. OLE color: 2570813.
HSL color Cylindrical-coordinate representation of color #3D3A27: hue angle of 51.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3A27 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 39 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.76 |
| HSL | 51.82º | 0.22% | 0.2% | - |
| HSV(B) | 51.82º | 0.36% | 0.24% | - |
| XYZ | 3.8 | 4.16 | 2.52 | - |
| YUV | 56.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 39 | 0 | 0.05 | 0.36 | 0.76 | 51.82 | 0.22 | 0.2 |
| Hex | 3D | 3A | 27 | 0 | 5 | 24 | 4C | 34 | 16 | 14 |
| Octal | 75 | 72 | 47 | 0 | 5 | 44 | 114 | 64 | 26 | 24 |
| Binary | 111101 | 111010 | 100111 | 0 | 101 | 100100 | 1001100 | 110100 | 10110 | 10100 |
Color Harmonies of #3D3A27
Complementary color
Monochromatic Colors of #3D3A27
Black with #3D3A27
Text Example
Text Example
White with #3D3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A27; }
p { color: rgb(61,58,39); }
H1.HeaderClassName
{
color: #3D3A27;
}
.AnyTagClassName
{
color: #3D3A27;
}
</style>
background-color css
<style>
a { background-color: #3D3A27; }
a { background-color: rgb(61,58,39); }
div.DivClassName
{
background-color: #3D3A27;
}
.BgClassName
{
background-color: #3D3A27;
}
</style>
border-color css
<style>
span { border-color: #3D3A27; }
span { border-color: rgb(61,58,39); }
td.TdClassName
{
border-color: #3D3A27;
}
.TagClassName
{
border-color: #3D3A27;
}
</style>