Shades of Woodburn #4E3A27
Tints of Woodburn #4E3A27
RGB
CMYK
RGB Variations
Color information
#4E3A27 (or 0x4E3A27) is known color: Woodburn. HEX triplet: 4E, 3A and 27. RGB value is (78,58,39). Sum of RGB (Red+Green+Blue) = 78+58+39=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A27 is #B1C5D8. Grayscale: #3D3D3D. Windows color (decimal): -11650521 or 2570830. OLE color: 2570830.
HSL color Cylindrical-coordinate representation of color #4E3A27: hue angle of 29.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E3A27 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 58 | 39 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.69 |
| HSL | 29.23º | 0.33% | 0.23% | - |
| HSV(B) | 29.23º | 0.5% | 0.31% | - |
| XYZ | 5.02 | 4.79 | 2.58 | - |
| YUV | 61.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 39 | 0 | 0.26 | 0.50 | 0.69 | 29.23 | 0.33 | 0.23 |
| Hex | 4E | 3A | 27 | 0 | 1A | 32 | 45 | 1D | 21 | 17 |
| Octal | 116 | 72 | 47 | 0 | 32 | 62 | 105 | 35 | 41 | 27 |
| Binary | 1001110 | 111010 | 100111 | 0 | 11010 | 110010 | 1000101 | 11101 | 100001 | 10111 |
Color Harmonies of #4E3A27
Complementary color
Monochromatic Colors of #4E3A27
Black with #4E3A27
Text Example
Text Example
White with #4E3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A27; }
p { color: rgb(78,58,39); }
H1.HeaderClassName
{
color: #4E3A27;
}
.AnyTagClassName
{
color: #4E3A27;
}
</style>
background-color css
<style>
a { background-color: #4E3A27; }
a { background-color: rgb(78,58,39); }
div.DivClassName
{
background-color: #4E3A27;
}
.BgClassName
{
background-color: #4E3A27;
}
</style>
border-color css
<style>
span { border-color: #4E3A27; }
span { border-color: rgb(78,58,39); }
td.TdClassName
{
border-color: #4E3A27;
}
.TagClassName
{
border-color: #4E3A27;
}
</style>