Shades of Old Brick #862E32
Tints of Old Brick #862E32
RGB
CMYK
RGB Variations
Color information
#862E32 (or 0x862E32) is known color: Old Brick. HEX triplet: 86, 2E and 32. RGB value is (134,46,50). Sum of RGB (Red+Green+Blue) = 134+46+50=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E32 is #79D1CD. Grayscale: #484848. Windows color (decimal): -7983566 or 3288710. OLE color: 3288710.
HSL color Cylindrical-coordinate representation of color #862E32: hue angle of 357.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E32 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 50 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.47 |
| HSL | 357.27º | 0.49% | 0.35% | - |
| HSV(B) | 357.27º | 0.66% | 0.53% | - |
| XYZ | 11.38 | 7.25 | 3.82 | - |
| YUV | 72.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 50 | 0 | 0.66 | 0.63 | 0.47 | 357.27 | 0.49 | 0.35 |
| Hex | 86 | 2E | 32 | 0 | 42 | 3F | 2F | 165 | 31 | 23 |
| Octal | 206 | 56 | 62 | 0 | 102 | 77 | 57 | 545 | 61 | 43 |
| Binary | 10000110 | 101110 | 110010 | 0 | 1000010 | 111111 | 101111 | 101100101 | 110001 | 100011 |
Color Harmonies of #862E32
Complementary color
Monochromatic Colors of #862E32
Black with #862E32
Text Example
Text Example
White with #862E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E32; }
p { color: rgb(134,46,50); }
H1.HeaderClassName
{
color: #862E32;
}
.AnyTagClassName
{
color: #862E32;
}
</style>
background-color css
<style>
a { background-color: #862E32; }
a { background-color: rgb(134,46,50); }
div.DivClassName
{
background-color: #862E32;
}
.BgClassName
{
background-color: #862E32;
}
</style>
border-color css
<style>
span { border-color: #862E32; }
span { border-color: rgb(134,46,50); }
td.TdClassName
{
border-color: #862E32;
}
.TagClassName
{
border-color: #862E32;
}
</style>