Shades of Old Brick #893435
Tints of Old Brick #893435
RGB
CMYK
RGB Variations
Color information
#893435 (or 0x893435) is known color: Old Brick. HEX triplet: 89, 34 and 35. RGB value is (137,52,53). Sum of RGB (Red+Green+Blue) = 137+52+53=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893435 is #76CBCA. Grayscale: #4D4D4D. Windows color (decimal): -7785419 or 3486857. OLE color: 3486857.
HSL color Cylindrical-coordinate representation of color #893435: 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 #893435 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 53 | - |
| 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.19 | 8.03 | 4.28 | - |
| YUV | 77.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 53 | 0 | 0.62 | 0.61 | 0.46 | 359.29 | 0.45 | 0.37 |
| Hex | 89 | 34 | 35 | 0 | 3E | 3D | 2E | 167 | 2D | 25 |
| Octal | 211 | 64 | 65 | 0 | 76 | 75 | 56 | 547 | 55 | 45 |
| Binary | 10001001 | 110100 | 110101 | 0 | 111110 | 111101 | 101110 | 101100111 | 101101 | 100101 |
Color Harmonies of #893435
Complementary color
Monochromatic Colors of #893435
Black with #893435
Text Example
Text Example
White with #893435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893435; }
p { color: rgb(137,52,53); }
H1.HeaderClassName
{
color: #893435;
}
.AnyTagClassName
{
color: #893435;
}
</style>
background-color css
<style>
a { background-color: #893435; }
a { background-color: rgb(137,52,53); }
div.DivClassName
{
background-color: #893435;
}
.BgClassName
{
background-color: #893435;
}
</style>
border-color css
<style>
span { border-color: #893435; }
span { border-color: rgb(137,52,53); }
td.TdClassName
{
border-color: #893435;
}
.TagClassName
{
border-color: #893435;
}
</style>