Shades of Old Brick #883237
Tints of Old Brick #883237
RGB
CMYK
RGB Variations
Color information
#883237 (or 0x883237) is known color: Old Brick. HEX triplet: 88, 32 and 37. RGB value is (136,50,55). Sum of RGB (Red+Green+Blue) = 136+50+55=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883237 is #77CDC8. Grayscale: #4C4C4C. Windows color (decimal): -7851465 or 3617416. OLE color: 3617416.
HSL color Cylindrical-coordinate representation of color #883237: hue angle of 356.51º 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 #883237 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 55 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.47 |
| HSL | 356.51º | 0.46% | 0.36% | - |
| HSV(B) | 356.51º | 0.63% | 0.53% | - |
| XYZ | 11.98 | 7.79 | 4.49 | - |
| YUV | 76.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 55 | 0 | 0.63 | 0.60 | 0.47 | 356.51 | 0.46 | 0.36 |
| Hex | 88 | 32 | 37 | 0 | 3F | 3C | 2F | 165 | 2E | 24 |
| Octal | 210 | 62 | 67 | 0 | 77 | 74 | 57 | 545 | 56 | 44 |
| Binary | 10001000 | 110010 | 110111 | 0 | 111111 | 111100 | 101111 | 101100101 | 101110 | 100100 |
Color Harmonies of #883237
Complementary color
Monochromatic Colors of #883237
Black with #883237
Text Example
Text Example
White with #883237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883237; }
p { color: rgb(136,50,55); }
H1.HeaderClassName
{
color: #883237;
}
.AnyTagClassName
{
color: #883237;
}
</style>
background-color css
<style>
a { background-color: #883237; }
a { background-color: rgb(136,50,55); }
div.DivClassName
{
background-color: #883237;
}
.BgClassName
{
background-color: #883237;
}
</style>
border-color css
<style>
span { border-color: #883237; }
span { border-color: rgb(136,50,55); }
td.TdClassName
{
border-color: #883237;
}
.TagClassName
{
border-color: #883237;
}
</style>