Shades of Old Brick #84333B
Tints of Old Brick #84333B
RGB
CMYK
RGB Variations
Color information
#84333B (or 0x84333B) is known color: Old Brick. HEX triplet: 84, 33 and 3B. RGB value is (132,51,59). Sum of RGB (Red+Green+Blue) = 132+51+59=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333B is #7BCCC4. Grayscale: #4C4C4C. Windows color (decimal): -8113349 or 3879812. OLE color: 3879812.
HSL color Cylindrical-coordinate representation of color #84333B: hue angle of 354.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84333B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 59 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.48 |
| HSL | 354.07º | 0.44% | 0.36% | - |
| HSV(B) | 354.07º | 0.61% | 0.52% | - |
| XYZ | 11.49 | 7.59 | 5 | - |
| YUV | 76.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 59 | 0 | 0.61 | 0.55 | 0.48 | 354.07 | 0.44 | 0.36 |
| Hex | 84 | 33 | 3B | 0 | 3D | 37 | 30 | 162 | 2C | 24 |
| Octal | 204 | 63 | 73 | 0 | 75 | 67 | 60 | 542 | 54 | 44 |
| Binary | 10000100 | 110011 | 111011 | 0 | 111101 | 110111 | 110000 | 101100010 | 101100 | 100100 |
Color Harmonies of #84333B
Complementary color
Monochromatic Colors of #84333B
Black with #84333B
Text Example
Text Example
White with #84333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84333B; }
p { color: rgb(132,51,59); }
H1.HeaderClassName
{
color: #84333B;
}
.AnyTagClassName
{
color: #84333B;
}
</style>
background-color css
<style>
a { background-color: #84333B; }
a { background-color: rgb(132,51,59); }
div.DivClassName
{
background-color: #84333B;
}
.BgClassName
{
background-color: #84333B;
}
</style>
border-color css
<style>
span { border-color: #84333B; }
span { border-color: rgb(132,51,59); }
td.TdClassName
{
border-color: #84333B;
}
.TagClassName
{
border-color: #84333B;
}
</style>