Shades of Woodrush #3C3A2E
Tints of Woodrush #3C3A2E
RGB
CMYK
RGB Variations
Color information
#3C3A2E (or 0x3C3A2E) is known color: Woodrush. HEX triplet: 3C, 3A and 2E. RGB value is (60,58,46). Sum of RGB (Red+Green+Blue) = 60+58+46=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A2E is #C3C5D1. Grayscale: #393939. Windows color (decimal): -12830162 or 3029564. OLE color: 3029564.
HSL color Cylindrical-coordinate representation of color #3C3A2E: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C3A2E is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 46 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.76 |
| HSL | 51.43º | 0.13% | 0.21% | - |
| HSV(B) | 51.43º | 0.23% | 0.24% | - |
| XYZ | 3.87 | 4.18 | 3.19 | - |
| YUV | 57.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 46 | 0 | 0.03 | 0.23 | 0.76 | 51.43 | 0.13 | 0.21 |
| Hex | 3C | 3A | 2E | 0 | 3 | 17 | 4C | 33 | D | 15 |
| Octal | 74 | 72 | 56 | 0 | 3 | 27 | 114 | 63 | 15 | 25 |
| Binary | 111100 | 111010 | 101110 | 0 | 11 | 10111 | 1001100 | 110011 | 1101 | 10101 |
Color Harmonies of #3C3A2E
Complementary color
Monochromatic Colors of #3C3A2E
Black with #3C3A2E
Text Example
Text Example
White with #3C3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A2E; }
p { color: rgb(60,58,46); }
H1.HeaderClassName
{
color: #3C3A2E;
}
.AnyTagClassName
{
color: #3C3A2E;
}
</style>
background-color css
<style>
a { background-color: #3C3A2E; }
a { background-color: rgb(60,58,46); }
div.DivClassName
{
background-color: #3C3A2E;
}
.BgClassName
{
background-color: #3C3A2E;
}
</style>
border-color css
<style>
span { border-color: #3C3A2E; }
span { border-color: rgb(60,58,46); }
td.TdClassName
{
border-color: #3C3A2E;
}
.TagClassName
{
border-color: #3C3A2E;
}
</style>