Shades of Woodburn #503A2A
Tints of Woodburn #503A2A
RGB
CMYK
RGB Variations
Color information
#503A2A (or 0x503A2A) is known color: Woodburn. HEX triplet: 50, 3A and 2A. RGB value is (80,58,42). Sum of RGB (Red+Green+Blue) = 80+58+42=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A2A is #AFC5D5. Grayscale: #3E3E3E. Windows color (decimal): -11519446 or 2767440. OLE color: 2767440.
HSL color Cylindrical-coordinate representation of color #503A2A: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #503A2A is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 42 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.69 |
| HSL | 25.26º | 0.31% | 0.24% | - |
| HSV(B) | 25.26º | 0.48% | 0.31% | - |
| XYZ | 5.24 | 4.9 | 2.86 | - |
| YUV | 62.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 42 | 0 | 0.28 | 0.48 | 0.69 | 25.26 | 0.31 | 0.24 |
| Hex | 50 | 3A | 2A | 0 | 1C | 30 | 45 | 19 | 1F | 18 |
| Octal | 120 | 72 | 52 | 0 | 34 | 60 | 105 | 31 | 37 | 30 |
| Binary | 1010000 | 111010 | 101010 | 0 | 11100 | 110000 | 1000101 | 11001 | 11111 | 11000 |
Color Harmonies of #503A2A
Complementary color
Monochromatic Colors of #503A2A
Black with #503A2A
Text Example
Text Example
White with #503A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A2A; }
p { color: rgb(80,58,42); }
H1.HeaderClassName
{
color: #503A2A;
}
.AnyTagClassName
{
color: #503A2A;
}
</style>
background-color css
<style>
a { background-color: #503A2A; }
a { background-color: rgb(80,58,42); }
div.DivClassName
{
background-color: #503A2A;
}
.BgClassName
{
background-color: #503A2A;
}
</style>
border-color css
<style>
span { border-color: #503A2A; }
span { border-color: rgb(80,58,42); }
td.TdClassName
{
border-color: #503A2A;
}
.TagClassName
{
border-color: #503A2A;
}
</style>