Shades of Woodburn #4E3A2B
Tints of Woodburn #4E3A2B
RGB
CMYK
RGB Variations
Color information
#4E3A2B (or 0x4E3A2B) is known color: Woodburn. HEX triplet: 4E, 3A and 2B. RGB value is (78,58,43). Sum of RGB (Red+Green+Blue) = 78+58+43=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A2B is #B1C5D4. Grayscale: #3E3E3E. Windows color (decimal): -11650517 or 2832974. OLE color: 2832974.
HSL color Cylindrical-coordinate representation of color #4E3A2B: hue angle of 25.71º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E3A2B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 58 | 43 | - |
CMYK | 0 | 0.26 | 0.45 | 0.69 |
HSL | 25.71º | 0.29% | 0.24% | - |
HSV(B) | 25.71º | 0.45% | 0.31% | - |
XYZ | 5.09 | 4.82 | 2.95 | - |
YUV | 62.27 | 117.13 | 139.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 58 | 43 | 0 | 0.26 | 0.45 | 0.69 | 25.71 | 0.29 | 0.24 |
Hex | 4E | 3A | 2B | 0 | 1A | 2D | 45 | 1A | 1D | 18 |
Octal | 116 | 72 | 53 | 0 | 32 | 55 | 105 | 32 | 35 | 30 |
Binary | 1001110 | 111010 | 101011 | 0 | 11010 | 101101 | 1000101 | 11010 | 11101 | 11000 |
Color Harmonies of #4E3A2B
Complementary color
Monochromatic Colors of #4E3A2B
Black with #4E3A2B
Text Example
Text Example
White with #4E3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3A2B; }
p { color: rgb(78,58,43); }
H1.HeaderClassName
{
color: #4E3A2B;
}
.AnyTagClassName
{
color: #4E3A2B;
}
</style>
background-color css
<style>
a { background-color: #4E3A2B; }
a { background-color: rgb(78,58,43); }
div.DivClassName
{
background-color: #4E3A2B;
}
.BgClassName
{
background-color: #4E3A2B;
}
</style>
border-color css
<style>
span { border-color: #4E3A2B; }
span { border-color: rgb(78,58,43); }
td.TdClassName
{
border-color: #4E3A2B;
}
.TagClassName
{
border-color: #4E3A2B;
}
</style>