Shades of Old Brick #862F37
Tints of Old Brick #862F37
RGB
CMYK
RGB Variations
Color information
#862F37 (or 0x862F37) is known color: Old Brick. HEX triplet: 86, 2F and 37. RGB value is (134,47,55). Sum of RGB (Red+Green+Blue) = 134+47+55=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #862F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F37 is #79D0C8. Grayscale: #494949. Windows color (decimal): -7983305 or 3616646. OLE color: 3616646.
HSL color Cylindrical-coordinate representation of color #862F37: hue angle of 354.48º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F37 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 55 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.47 |
| HSL | 354.48º | 0.48% | 0.35% | - |
| HSV(B) | 354.48º | 0.65% | 0.53% | - |
| XYZ | 11.54 | 7.38 | 4.43 | - |
| YUV | 73.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 55 | 0 | 0.65 | 0.59 | 0.47 | 354.48 | 0.48 | 0.35 |
| Hex | 86 | 2F | 37 | 0 | 41 | 3B | 2F | 162 | 30 | 23 |
| Octal | 206 | 57 | 67 | 0 | 101 | 73 | 57 | 542 | 60 | 43 |
| Binary | 10000110 | 101111 | 110111 | 0 | 1000001 | 111011 | 101111 | 101100010 | 110000 | 100011 |
Color Harmonies of #862F37
Complementary color
Monochromatic Colors of #862F37
Black with #862F37
Text Example
Text Example
White with #862F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F37; }
p { color: rgb(134,47,55); }
H1.HeaderClassName
{
color: #862F37;
}
.AnyTagClassName
{
color: #862F37;
}
</style>
background-color css
<style>
a { background-color: #862F37; }
a { background-color: rgb(134,47,55); }
div.DivClassName
{
background-color: #862F37;
}
.BgClassName
{
background-color: #862F37;
}
</style>
border-color css
<style>
span { border-color: #862F37; }
span { border-color: rgb(134,47,55); }
td.TdClassName
{
border-color: #862F37;
}
.TagClassName
{
border-color: #862F37;
}
</style>