Shades of Old Brick #8C3236
Tints of Old Brick #8C3236
RGB
CMYK
RGB Variations
Color information
#8C3236 (or 0x8C3236) is known color: Old Brick. HEX triplet: 8C, 32 and 36. RGB value is (140,50,54). Sum of RGB (Red+Green+Blue) = 140+50+54=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3236 is #73CDC9. Grayscale: #4D4D4D. Windows color (decimal): -7589322 or 3551884. OLE color: 3551884.
HSL color Cylindrical-coordinate representation of color #8C3236: hue angle of 357.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3236 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 54 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.45 |
| HSL | 357.33º | 0.47% | 0.37% | - |
| HSV(B) | 357.33º | 0.64% | 0.55% | - |
| XYZ | 12.62 | 8.12 | 4.39 | - |
| YUV | 77.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 54 | 0 | 0.64 | 0.61 | 0.45 | 357.33 | 0.47 | 0.37 |
| Hex | 8C | 32 | 36 | 0 | 40 | 3D | 2D | 165 | 2F | 25 |
| Octal | 214 | 62 | 66 | 0 | 100 | 75 | 55 | 545 | 57 | 45 |
| Binary | 10001100 | 110010 | 110110 | 0 | 1000000 | 111101 | 101101 | 101100101 | 101111 | 100101 |
Color Harmonies of #8C3236
Complementary color
Monochromatic Colors of #8C3236
Black with #8C3236
Text Example
Text Example
White with #8C3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3236; }
p { color: rgb(140,50,54); }
H1.HeaderClassName
{
color: #8C3236;
}
.AnyTagClassName
{
color: #8C3236;
}
</style>
background-color css
<style>
a { background-color: #8C3236; }
a { background-color: rgb(140,50,54); }
div.DivClassName
{
background-color: #8C3236;
}
.BgClassName
{
background-color: #8C3236;
}
</style>
border-color css
<style>
span { border-color: #8C3236; }
span { border-color: rgb(140,50,54); }
td.TdClassName
{
border-color: #8C3236;
}
.TagClassName
{
border-color: #8C3236;
}
</style>