Shades of Woodburn #4D392B
Tints of Woodburn #4D392B
RGB
CMYK
RGB Variations
Color information
#4D392B (or 0x4D392B) is known color: Woodburn. HEX triplet: 4D, 39 and 2B. RGB value is (77,57,43). Sum of RGB (Red+Green+Blue) = 77+57+43=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D392B is #B2C6D4. Grayscale: #3D3D3D. Windows color (decimal): -11716309 or 2832717. OLE color: 2832717.
HSL color Cylindrical-coordinate representation of color #4D392B: hue angle of 24.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D392B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 43 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.70 |
| HSL | 24.71º | 0.28% | 0.24% | - |
| HSV(B) | 24.71º | 0.44% | 0.3% | - |
| XYZ | 4.96 | 4.68 | 2.93 | - |
| YUV | 61.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 43 | 0 | 0.26 | 0.44 | 0.70 | 24.71 | 0.28 | 0.24 |
| Hex | 4D | 39 | 2B | 0 | 1A | 2C | 46 | 19 | 1C | 18 |
| Octal | 115 | 71 | 53 | 0 | 32 | 54 | 106 | 31 | 34 | 30 |
| Binary | 1001101 | 111001 | 101011 | 0 | 11010 | 101100 | 1000110 | 11001 | 11100 | 11000 |
Color Harmonies of #4D392B
Complementary color
Monochromatic Colors of #4D392B
Black with #4D392B
Text Example
Text Example
White with #4D392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D392B; }
p { color: rgb(77,57,43); }
H1.HeaderClassName
{
color: #4D392B;
}
.AnyTagClassName
{
color: #4D392B;
}
</style>
background-color css
<style>
a { background-color: #4D392B; }
a { background-color: rgb(77,57,43); }
div.DivClassName
{
background-color: #4D392B;
}
.BgClassName
{
background-color: #4D392B;
}
</style>
border-color css
<style>
span { border-color: #4D392B; }
span { border-color: rgb(77,57,43); }
td.TdClassName
{
border-color: #4D392B;
}
.TagClassName
{
border-color: #4D392B;
}
</style>