Shades of Old Brick #8A3536
Tints of Old Brick #8A3536
RGB
CMYK
RGB Variations
Color information
#8A3536 (or 0x8A3536) is known color: Old Brick. HEX triplet: 8A, 35 and 36. RGB value is (138,53,54). Sum of RGB (Red+Green+Blue) = 138+53+54=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3536 is #75CAC9. Grayscale: #4E4E4E. Windows color (decimal): -7719626 or 3552650. OLE color: 3552650.
HSL color Cylindrical-coordinate representation of color #8A3536: hue angle of 359.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3536 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 54 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.46 |
| HSL | 359.29º | 0.45% | 0.37% | - |
| HSV(B) | 359.29º | 0.62% | 0.54% | - |
| XYZ | 12.42 | 8.22 | 4.42 | - |
| YUV | 78.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 54 | 0 | 0.62 | 0.61 | 0.46 | 359.29 | 0.45 | 0.37 |
| Hex | 8A | 35 | 36 | 0 | 3E | 3D | 2E | 167 | 2D | 25 |
| Octal | 212 | 65 | 66 | 0 | 76 | 75 | 56 | 547 | 55 | 45 |
| Binary | 10001010 | 110101 | 110110 | 0 | 111110 | 111101 | 101110 | 101100111 | 101101 | 100101 |
Color Harmonies of #8A3536
Complementary color
Monochromatic Colors of #8A3536
Black with #8A3536
Text Example
Text Example
White with #8A3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3536; }
p { color: rgb(138,53,54); }
H1.HeaderClassName
{
color: #8A3536;
}
.AnyTagClassName
{
color: #8A3536;
}
</style>
background-color css
<style>
a { background-color: #8A3536; }
a { background-color: rgb(138,53,54); }
div.DivClassName
{
background-color: #8A3536;
}
.BgClassName
{
background-color: #8A3536;
}
</style>
border-color css
<style>
span { border-color: #8A3536; }
span { border-color: rgb(138,53,54); }
td.TdClassName
{
border-color: #8A3536;
}
.TagClassName
{
border-color: #8A3536;
}
</style>