Shades of Woodburn #4C3A29
Tints of Woodburn #4C3A29
RGB
CMYK
RGB Variations
Color information
#4C3A29 (or 0x4C3A29) is known color: Woodburn. HEX triplet: 4C, 3A and 29. RGB value is (76,58,41). Sum of RGB (Red+Green+Blue) = 76+58+41=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A29 is #B3C5D6. Grayscale: #3D3D3D. Windows color (decimal): -11781591 or 2701900. OLE color: 2701900.
HSL color Cylindrical-coordinate representation of color #4C3A29: hue angle of 29.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3A29 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 41 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.70 |
| HSL | 29.14º | 0.3% | 0.23% | - |
| HSV(B) | 29.14º | 0.46% | 0.3% | - |
| XYZ | 4.89 | 4.72 | 2.75 | - |
| YUV | 61.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 41 | 0 | 0.24 | 0.46 | 0.70 | 29.14 | 0.3 | 0.23 |
| Hex | 4C | 3A | 29 | 0 | 18 | 2E | 46 | 1D | 1E | 17 |
| Octal | 114 | 72 | 51 | 0 | 30 | 56 | 106 | 35 | 36 | 27 |
| Binary | 1001100 | 111010 | 101001 | 0 | 11000 | 101110 | 1000110 | 11101 | 11110 | 10111 |
Color Harmonies of #4C3A29
Complementary color
Monochromatic Colors of #4C3A29
Black with #4C3A29
Text Example
Text Example
White with #4C3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A29; }
p { color: rgb(76,58,41); }
H1.HeaderClassName
{
color: #4C3A29;
}
.AnyTagClassName
{
color: #4C3A29;
}
</style>
background-color css
<style>
a { background-color: #4C3A29; }
a { background-color: rgb(76,58,41); }
div.DivClassName
{
background-color: #4C3A29;
}
.BgClassName
{
background-color: #4C3A29;
}
</style>
border-color css
<style>
span { border-color: #4C3A29; }
span { border-color: rgb(76,58,41); }
td.TdClassName
{
border-color: #4C3A29;
}
.TagClassName
{
border-color: #4C3A29;
}
</style>