Shades of Woodburn #4C3526
Tints of Woodburn #4C3526
RGB
CMYK
RGB Variations
Color information
#4C3526 (or 0x4C3526) is known color: Woodburn. HEX triplet: 4C, 35 and 26. RGB value is (76,53,38). Sum of RGB (Red+Green+Blue) = 76+53+38=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3526 is #B3CAD9. Grayscale: #3A3A3A. Windows color (decimal): -11782874 or 2504012. OLE color: 2504012.
HSL color Cylindrical-coordinate representation of color #4C3526: hue angle of 23.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3526 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 53 | 38 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.70 |
| HSL | 23.68º | 0.33% | 0.22% | - |
| HSV(B) | 23.68º | 0.5% | 0.3% | - |
| XYZ | 4.6 | 4.22 | 2.41 | - |
| YUV | 58.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 38 | 0 | 0.30 | 0.5 | 0.70 | 23.68 | 0.33 | 0.22 |
| Hex | 4C | 35 | 26 | 0 | 1E | 32 | 46 | 18 | 21 | 16 |
| Octal | 114 | 65 | 46 | 0 | 36 | 62 | 106 | 30 | 41 | 26 |
| Binary | 1001100 | 110101 | 100110 | 0 | 11110 | 110010 | 1000110 | 11000 | 100001 | 10110 |
Color Harmonies of #4C3526
Complementary color
Monochromatic Colors of #4C3526
Black with #4C3526
Text Example
Text Example
White with #4C3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3526; }
p { color: rgb(76,53,38); }
H1.HeaderClassName
{
color: #4C3526;
}
.AnyTagClassName
{
color: #4C3526;
}
</style>
background-color css
<style>
a { background-color: #4C3526; }
a { background-color: rgb(76,53,38); }
div.DivClassName
{
background-color: #4C3526;
}
.BgClassName
{
background-color: #4C3526;
}
</style>
border-color css
<style>
span { border-color: #4C3526; }
span { border-color: rgb(76,53,38); }
td.TdClassName
{
border-color: #4C3526;
}
.TagClassName
{
border-color: #4C3526;
}
</style>