Shades of Old Brick #873234
Tints of Old Brick #873234
RGB
CMYK
RGB Variations
Color information
#873234 (or 0x873234) is known color: Old Brick. HEX triplet: 87, 32 and 34. RGB value is (135,50,52). Sum of RGB (Red+Green+Blue) = 135+50+52=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #873234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873234 is #78CDCB. Grayscale: #4B4B4B. Windows color (decimal): -7917004 or 3420807. OLE color: 3420807.
HSL color Cylindrical-coordinate representation of color #873234: hue angle of 358.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873234 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 52 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.47 |
| HSL | 358.59º | 0.46% | 0.36% | - |
| HSV(B) | 358.59º | 0.63% | 0.53% | - |
| XYZ | 11.75 | 7.68 | 4.11 | - |
| YUV | 75.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 52 | 0 | 0.63 | 0.61 | 0.47 | 358.59 | 0.46 | 0.36 |
| Hex | 87 | 32 | 34 | 0 | 3F | 3D | 2F | 167 | 2E | 24 |
| Octal | 207 | 62 | 64 | 0 | 77 | 75 | 57 | 547 | 56 | 44 |
| Binary | 10000111 | 110010 | 110100 | 0 | 111111 | 111101 | 101111 | 101100111 | 101110 | 100100 |
Color Harmonies of #873234
Complementary color
Monochromatic Colors of #873234
Black with #873234
Text Example
Text Example
White with #873234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873234; }
p { color: rgb(135,50,52); }
H1.HeaderClassName
{
color: #873234;
}
.AnyTagClassName
{
color: #873234;
}
</style>
background-color css
<style>
a { background-color: #873234; }
a { background-color: rgb(135,50,52); }
div.DivClassName
{
background-color: #873234;
}
.BgClassName
{
background-color: #873234;
}
</style>
border-color css
<style>
span { border-color: #873234; }
span { border-color: rgb(135,50,52); }
td.TdClassName
{
border-color: #873234;
}
.TagClassName
{
border-color: #873234;
}
</style>