Shades of Woodburn #4D3A2B
Tints of Woodburn #4D3A2B
RGB
CMYK
RGB Variations
Color information
#4D3A2B (or 0x4D3A2B) is known color: Woodburn. HEX triplet: 4D, 3A and 2B. RGB value is (77,58,43). Sum of RGB (Red+Green+Blue) = 77+58+43=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A2B is #B2C5D4. Grayscale: #3E3E3E. Windows color (decimal): -11716053 or 2832973. OLE color: 2832973.
HSL color Cylindrical-coordinate representation of color #4D3A2B: hue angle of 26.47º 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 #4D3A2B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 43 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.70 |
| HSL | 26.47º | 0.28% | 0.24% | - |
| HSV(B) | 26.47º | 0.44% | 0.3% | - |
| XYZ | 5.01 | 4.78 | 2.94 | - |
| YUV | 61.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 43 | 0 | 0.25 | 0.44 | 0.70 | 26.47 | 0.28 | 0.24 |
| Hex | 4D | 3A | 2B | 0 | 19 | 2C | 46 | 1A | 1C | 18 |
| Octal | 115 | 72 | 53 | 0 | 31 | 54 | 106 | 32 | 34 | 30 |
| Binary | 1001101 | 111010 | 101011 | 0 | 11001 | 101100 | 1000110 | 11010 | 11100 | 11000 |
Color Harmonies of #4D3A2B
Complementary color
Monochromatic Colors of #4D3A2B
Black with #4D3A2B
Text Example
Text Example
White with #4D3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A2B; }
p { color: rgb(77,58,43); }
H1.HeaderClassName
{
color: #4D3A2B;
}
.AnyTagClassName
{
color: #4D3A2B;
}
</style>
background-color css
<style>
a { background-color: #4D3A2B; }
a { background-color: rgb(77,58,43); }
div.DivClassName
{
background-color: #4D3A2B;
}
.BgClassName
{
background-color: #4D3A2B;
}
</style>
border-color css
<style>
span { border-color: #4D3A2B; }
span { border-color: rgb(77,58,43); }
td.TdClassName
{
border-color: #4D3A2B;
}
.TagClassName
{
border-color: #4D3A2B;
}
</style>