Shades of Woodburn #503A27
Tints of Woodburn #503A27
RGB
CMYK
RGB Variations
Color information
#503A27 (or 0x503A27) is known color: Woodburn. HEX triplet: 50, 3A and 27. RGB value is (80,58,39). Sum of RGB (Red+Green+Blue) = 80+58+39=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A27 is #AFC5D8. Grayscale: #3E3E3E. Windows color (decimal): -11519449 or 2570832. OLE color: 2570832.
HSL color Cylindrical-coordinate representation of color #503A27: hue angle of 27.8º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503A27 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 39 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.69 |
| HSL | 27.8º | 0.34% | 0.23% | - |
| HSV(B) | 27.8º | 0.51% | 0.31% | - |
| XYZ | 5.19 | 4.88 | 2.59 | - |
| YUV | 62.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 39 | 0 | 0.28 | 0.51 | 0.69 | 27.8 | 0.34 | 0.23 |
| Hex | 50 | 3A | 27 | 0 | 1C | 33 | 45 | 1C | 22 | 17 |
| Octal | 120 | 72 | 47 | 0 | 34 | 63 | 105 | 34 | 42 | 27 |
| Binary | 1010000 | 111010 | 100111 | 0 | 11100 | 110011 | 1000101 | 11100 | 100010 | 10111 |
Color Harmonies of #503A27
Complementary color
Monochromatic Colors of #503A27
Black with #503A27
Text Example
Text Example
White with #503A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A27; }
p { color: rgb(80,58,39); }
H1.HeaderClassName
{
color: #503A27;
}
.AnyTagClassName
{
color: #503A27;
}
</style>
background-color css
<style>
a { background-color: #503A27; }
a { background-color: rgb(80,58,39); }
div.DivClassName
{
background-color: #503A27;
}
.BgClassName
{
background-color: #503A27;
}
</style>
border-color css
<style>
span { border-color: #503A27; }
span { border-color: rgb(80,58,39); }
td.TdClassName
{
border-color: #503A27;
}
.TagClassName
{
border-color: #503A27;
}
</style>