Shades of Woodburn #503928
Tints of Woodburn #503928
RGB
CMYK
RGB Variations
Color information
#503928 (or 0x503928) is known color: Woodburn. HEX triplet: 50, 39 and 28. RGB value is (80,57,40). Sum of RGB (Red+Green+Blue) = 80+57+40=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503928 is #AFC6D7. Grayscale: #3E3E3E. Windows color (decimal): -11519704 or 2636112. OLE color: 2636112.
HSL color Cylindrical-coordinate representation of color #503928: hue angle of 25.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503928 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 40 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.69 |
| HSL | 25.5º | 0.33% | 0.24% | - |
| HSV(B) | 25.5º | 0.5% | 0.31% | - |
| XYZ | 5.15 | 4.78 | 2.66 | - |
| YUV | 61.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 40 | 0 | 0.29 | 0.5 | 0.69 | 25.5 | 0.33 | 0.24 |
| Hex | 50 | 39 | 28 | 0 | 1D | 32 | 45 | 1A | 21 | 18 |
| Octal | 120 | 71 | 50 | 0 | 35 | 62 | 105 | 32 | 41 | 30 |
| Binary | 1010000 | 111001 | 101000 | 0 | 11101 | 110010 | 1000101 | 11010 | 100001 | 11000 |
Color Harmonies of #503928
Complementary color
Monochromatic Colors of #503928
Black with #503928
Text Example
Text Example
White with #503928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503928; }
p { color: rgb(80,57,40); }
H1.HeaderClassName
{
color: #503928;
}
.AnyTagClassName
{
color: #503928;
}
</style>
background-color css
<style>
a { background-color: #503928; }
a { background-color: rgb(80,57,40); }
div.DivClassName
{
background-color: #503928;
}
.BgClassName
{
background-color: #503928;
}
</style>
border-color css
<style>
span { border-color: #503928; }
span { border-color: rgb(80,57,40); }
td.TdClassName
{
border-color: #503928;
}
.TagClassName
{
border-color: #503928;
}
</style>