Shades of Old Brick #873035
Tints of Old Brick #873035
RGB
CMYK
RGB Variations
Color information
#873035 (or 0x873035) is known color: Old Brick. HEX triplet: 87, 30 and 35. RGB value is (135,48,53). Sum of RGB (Red+Green+Blue) = 135+48+53=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873035 is #78CFCA. Grayscale: #4A4A4A. Windows color (decimal): -7917515 or 3485831. OLE color: 3485831.
HSL color Cylindrical-coordinate representation of color #873035: hue angle of 356.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873035 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 53 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.47 |
| HSL | 356.55º | 0.48% | 0.36% | - |
| HSV(B) | 356.55º | 0.64% | 0.53% | - |
| XYZ | 11.69 | 7.52 | 4.2 | - |
| YUV | 74.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 53 | 0 | 0.64 | 0.61 | 0.47 | 356.55 | 0.48 | 0.36 |
| Hex | 87 | 30 | 35 | 0 | 40 | 3D | 2F | 165 | 30 | 24 |
| Octal | 207 | 60 | 65 | 0 | 100 | 75 | 57 | 545 | 60 | 44 |
| Binary | 10000111 | 110000 | 110101 | 0 | 1000000 | 111101 | 101111 | 101100101 | 110000 | 100100 |
Color Harmonies of #873035
Complementary color
Monochromatic Colors of #873035
Black with #873035
Text Example
Text Example
White with #873035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873035; }
p { color: rgb(135,48,53); }
H1.HeaderClassName
{
color: #873035;
}
.AnyTagClassName
{
color: #873035;
}
</style>
background-color css
<style>
a { background-color: #873035; }
a { background-color: rgb(135,48,53); }
div.DivClassName
{
background-color: #873035;
}
.BgClassName
{
background-color: #873035;
}
</style>
border-color css
<style>
span { border-color: #873035; }
span { border-color: rgb(135,48,53); }
td.TdClassName
{
border-color: #873035;
}
.TagClassName
{
border-color: #873035;
}
</style>