Shades of Old Brick #853334
Tints of Old Brick #853334
RGB
CMYK
RGB Variations
Color information
#853334 (or 0x853334) is known color: Old Brick. HEX triplet: 85, 33 and 34. RGB value is (133,51,52). Sum of RGB (Red+Green+Blue) = 133+51+52=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #853334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853334 is #7ACCCB. Grayscale: #4B4B4B. Windows color (decimal): -8047820 or 3421061. OLE color: 3421061.
HSL color Cylindrical-coordinate representation of color #853334: hue angle of 359.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853334 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 52 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.48 |
| HSL | 359.27º | 0.45% | 0.36% | - |
| HSV(B) | 359.27º | 0.62% | 0.52% | - |
| XYZ | 11.48 | 7.6 | 4.11 | - |
| YUV | 75.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 52 | 0 | 0.62 | 0.61 | 0.48 | 359.27 | 0.45 | 0.36 |
| Hex | 85 | 33 | 34 | 0 | 3E | 3D | 30 | 167 | 2D | 24 |
| Octal | 205 | 63 | 64 | 0 | 76 | 75 | 60 | 547 | 55 | 44 |
| Binary | 10000101 | 110011 | 110100 | 0 | 111110 | 111101 | 110000 | 101100111 | 101101 | 100100 |
Color Harmonies of #853334
Complementary color
Monochromatic Colors of #853334
Black with #853334
Text Example
Text Example
White with #853334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853334; }
p { color: rgb(133,51,52); }
H1.HeaderClassName
{
color: #853334;
}
.AnyTagClassName
{
color: #853334;
}
</style>
background-color css
<style>
a { background-color: #853334; }
a { background-color: rgb(133,51,52); }
div.DivClassName
{
background-color: #853334;
}
.BgClassName
{
background-color: #853334;
}
</style>
border-color css
<style>
span { border-color: #853334; }
span { border-color: rgb(133,51,52); }
td.TdClassName
{
border-color: #853334;
}
.TagClassName
{
border-color: #853334;
}
</style>