Shades of Old Brick #843638
Tints of Old Brick #843638
RGB
CMYK
RGB Variations
Color information
#843638 (or 0x843638) is known color: Old Brick. HEX triplet: 84, 36 and 38. RGB value is (132,54,56). Sum of RGB (Red+Green+Blue) = 132+54+56=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #843638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843638 is #7BC9C7. Grayscale: #4D4D4D. Windows color (decimal): -8112584 or 3683972. OLE color: 3683972.
HSL color Cylindrical-coordinate representation of color #843638: hue angle of 358.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843638 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 56 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.48 |
| HSL | 358.46º | 0.42% | 0.36% | - |
| HSV(B) | 358.46º | 0.59% | 0.52% | - |
| XYZ | 11.55 | 7.83 | 4.64 | - |
| YUV | 77.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 56 | 0 | 0.59 | 0.58 | 0.48 | 358.46 | 0.42 | 0.36 |
| Hex | 84 | 36 | 38 | 0 | 3B | 3A | 30 | 166 | 2A | 24 |
| Octal | 204 | 66 | 70 | 0 | 73 | 72 | 60 | 546 | 52 | 44 |
| Binary | 10000100 | 110110 | 111000 | 0 | 111011 | 111010 | 110000 | 101100110 | 101010 | 100100 |
Color Harmonies of #843638
Complementary color
Monochromatic Colors of #843638
Black with #843638
Text Example
Text Example
White with #843638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843638; }
p { color: rgb(132,54,56); }
H1.HeaderClassName
{
color: #843638;
}
.AnyTagClassName
{
color: #843638;
}
</style>
background-color css
<style>
a { background-color: #843638; }
a { background-color: rgb(132,54,56); }
div.DivClassName
{
background-color: #843638;
}
.BgClassName
{
background-color: #843638;
}
</style>
border-color css
<style>
span { border-color: #843638; }
span { border-color: rgb(132,54,56); }
td.TdClassName
{
border-color: #843638;
}
.TagClassName
{
border-color: #843638;
}
</style>