Shades of Old Brick #873334
Tints of Old Brick #873334
RGB
CMYK
RGB Variations
Color information
#873334 (or 0x873334) is known color: Old Brick. HEX triplet: 87, 33 and 34. RGB value is (135,51,52). Sum of RGB (Red+Green+Blue) = 135+51+52=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #873334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873334 is #78CCCB. Grayscale: #4C4C4C. Windows color (decimal): -7916748 or 3421063. OLE color: 3421063.
HSL color Cylindrical-coordinate representation of color #873334: hue angle of 359.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #873334 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 52 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.47 |
| HSL | 359.29º | 0.45% | 0.36% | - |
| HSV(B) | 359.29º | 0.62% | 0.53% | - |
| XYZ | 11.8 | 7.77 | 4.13 | - |
| YUV | 76.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 52 | 0 | 0.62 | 0.61 | 0.47 | 359.29 | 0.45 | 0.36 |
| Hex | 87 | 33 | 34 | 0 | 3E | 3D | 2F | 167 | 2D | 24 |
| Octal | 207 | 63 | 64 | 0 | 76 | 75 | 57 | 547 | 55 | 44 |
| Binary | 10000111 | 110011 | 110100 | 0 | 111110 | 111101 | 101111 | 101100111 | 101101 | 100100 |
Color Harmonies of #873334
Complementary color
Monochromatic Colors of #873334
Black with #873334
Text Example
Text Example
White with #873334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873334; }
p { color: rgb(135,51,52); }
H1.HeaderClassName
{
color: #873334;
}
.AnyTagClassName
{
color: #873334;
}
</style>
background-color css
<style>
a { background-color: #873334; }
a { background-color: rgb(135,51,52); }
div.DivClassName
{
background-color: #873334;
}
.BgClassName
{
background-color: #873334;
}
</style>
border-color css
<style>
span { border-color: #873334; }
span { border-color: rgb(135,51,52); }
td.TdClassName
{
border-color: #873334;
}
.TagClassName
{
border-color: #873334;
}
</style>