Shades of Woodburn #4D3726
Tints of Woodburn #4D3726
RGB
CMYK
RGB Variations
Color information
#4D3726 (or 0x4D3726) is known color: Woodburn. HEX triplet: 4D, 37 and 26. RGB value is (77,55,38). Sum of RGB (Red+Green+Blue) = 77+55+38=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3726 is #B2C8D9. Grayscale: #3B3B3B. Windows color (decimal): -11716826 or 2504525. OLE color: 2504525.
HSL color Cylindrical-coordinate representation of color #4D3726: hue angle of 26.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D3726 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 38 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.70 |
| HSL | 26.15º | 0.34% | 0.23% | - |
| HSV(B) | 26.15º | 0.51% | 0.3% | - |
| XYZ | 4.78 | 4.45 | 2.44 | - |
| YUV | 59.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 38 | 0 | 0.29 | 0.51 | 0.70 | 26.15 | 0.34 | 0.23 |
| Hex | 4D | 37 | 26 | 0 | 1D | 33 | 46 | 1A | 22 | 17 |
| Octal | 115 | 67 | 46 | 0 | 35 | 63 | 106 | 32 | 42 | 27 |
| Binary | 1001101 | 110111 | 100110 | 0 | 11101 | 110011 | 1000110 | 11010 | 100010 | 10111 |
Color Harmonies of #4D3726
Complementary color
Monochromatic Colors of #4D3726
Black with #4D3726
Text Example
Text Example
White with #4D3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3726; }
p { color: rgb(77,55,38); }
H1.HeaderClassName
{
color: #4D3726;
}
.AnyTagClassName
{
color: #4D3726;
}
</style>
background-color css
<style>
a { background-color: #4D3726; }
a { background-color: rgb(77,55,38); }
div.DivClassName
{
background-color: #4D3726;
}
.BgClassName
{
background-color: #4D3726;
}
</style>
border-color css
<style>
span { border-color: #4D3726; }
span { border-color: rgb(77,55,38); }
td.TdClassName
{
border-color: #4D3726;
}
.TagClassName
{
border-color: #4D3726;
}
</style>