Shades of Old Brick #843033
Tints of Old Brick #843033
RGB
CMYK
RGB Variations
Color information
#843033 (or 0x843033) is known color: Old Brick. HEX triplet: 84, 30 and 33. RGB value is (132,48,51). Sum of RGB (Red+Green+Blue) = 132+48+51=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #843033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843033 is #7BCFCC. Grayscale: #494949. Windows color (decimal): -8114125 or 3354756. OLE color: 3354756.
HSL color Cylindrical-coordinate representation of color #843033: hue angle of 357.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843033 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 51 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.48 |
| HSL | 357.86º | 0.47% | 0.35% | - |
| HSV(B) | 357.86º | 0.64% | 0.52% | - |
| XYZ | 11.17 | 7.26 | 3.94 | - |
| YUV | 73.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 51 | 0 | 0.64 | 0.61 | 0.48 | 357.86 | 0.47 | 0.35 |
| Hex | 84 | 30 | 33 | 0 | 40 | 3D | 30 | 166 | 2F | 23 |
| Octal | 204 | 60 | 63 | 0 | 100 | 75 | 60 | 546 | 57 | 43 |
| Binary | 10000100 | 110000 | 110011 | 0 | 1000000 | 111101 | 110000 | 101100110 | 101111 | 100011 |
Color Harmonies of #843033
Complementary color
Monochromatic Colors of #843033
Black with #843033
Text Example
Text Example
White with #843033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843033; }
p { color: rgb(132,48,51); }
H1.HeaderClassName
{
color: #843033;
}
.AnyTagClassName
{
color: #843033;
}
</style>
background-color css
<style>
a { background-color: #843033; }
a { background-color: rgb(132,48,51); }
div.DivClassName
{
background-color: #843033;
}
.BgClassName
{
background-color: #843033;
}
</style>
border-color css
<style>
span { border-color: #843033; }
span { border-color: rgb(132,48,51); }
td.TdClassName
{
border-color: #843033;
}
.TagClassName
{
border-color: #843033;
}
</style>