Shades of Old Brick #853435
Tints of Old Brick #853435
RGB
CMYK
RGB Variations
Color information
#853435 (or 0x853435) is known color: Old Brick. HEX triplet: 85, 34 and 35. RGB value is (133,52,53). Sum of RGB (Red+Green+Blue) = 133+52+53=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853435 is #7ACBCA. Grayscale: #4C4C4C. Windows color (decimal): -8047563 or 3486853. OLE color: 3486853.
HSL color Cylindrical-coordinate representation of color #853435: hue angle of 359.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853435 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 53 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.48 |
| HSL | 359.26º | 0.44% | 0.36% | - |
| HSV(B) | 359.26º | 0.61% | 0.52% | - |
| XYZ | 11.54 | 7.7 | 4.25 | - |
| YUV | 76.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 53 | 0 | 0.61 | 0.60 | 0.48 | 359.26 | 0.44 | 0.36 |
| Hex | 85 | 34 | 35 | 0 | 3D | 3C | 30 | 167 | 2C | 24 |
| Octal | 205 | 64 | 65 | 0 | 75 | 74 | 60 | 547 | 54 | 44 |
| Binary | 10000101 | 110100 | 110101 | 0 | 111101 | 111100 | 110000 | 101100111 | 101100 | 100100 |
Color Harmonies of #853435
Complementary color
Monochromatic Colors of #853435
Black with #853435
Text Example
Text Example
White with #853435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853435; }
p { color: rgb(133,52,53); }
H1.HeaderClassName
{
color: #853435;
}
.AnyTagClassName
{
color: #853435;
}
</style>
background-color css
<style>
a { background-color: #853435; }
a { background-color: rgb(133,52,53); }
div.DivClassName
{
background-color: #853435;
}
.BgClassName
{
background-color: #853435;
}
</style>
border-color css
<style>
span { border-color: #853435; }
span { border-color: rgb(133,52,53); }
td.TdClassName
{
border-color: #853435;
}
.TagClassName
{
border-color: #853435;
}
</style>