Shades of Old Brick #862F30
Tints of Old Brick #862F30
RGB
CMYK
RGB Variations
Color information
#862F30 (or 0x862F30) is known color: Old Brick. HEX triplet: 86, 2F and 30. RGB value is (134,47,48). Sum of RGB (Red+Green+Blue) = 134+47+48=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #862F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F30 is #79D0CF. Grayscale: #494949. Windows color (decimal): -7983312 or 3157894. OLE color: 3157894.
HSL color Cylindrical-coordinate representation of color #862F30: hue angle of 359.31º 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 #862F30 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 48 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.47 |
| HSL | 359.31º | 0.48% | 0.35% | - |
| HSV(B) | 359.31º | 0.65% | 0.53% | - |
| XYZ | 11.38 | 7.31 | 3.61 | - |
| YUV | 73.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 48 | 0 | 0.65 | 0.64 | 0.47 | 359.31 | 0.48 | 0.35 |
| Hex | 86 | 2F | 30 | 0 | 41 | 40 | 2F | 167 | 30 | 23 |
| Octal | 206 | 57 | 60 | 0 | 101 | 100 | 57 | 547 | 60 | 43 |
| Binary | 10000110 | 101111 | 110000 | 0 | 1000001 | 1000000 | 101111 | 101100111 | 110000 | 100011 |
Color Harmonies of #862F30
Complementary color
Monochromatic Colors of #862F30
Black with #862F30
Text Example
Text Example
White with #862F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F30; }
p { color: rgb(134,47,48); }
H1.HeaderClassName
{
color: #862F30;
}
.AnyTagClassName
{
color: #862F30;
}
</style>
background-color css
<style>
a { background-color: #862F30; }
a { background-color: rgb(134,47,48); }
div.DivClassName
{
background-color: #862F30;
}
.BgClassName
{
background-color: #862F30;
}
</style>
border-color css
<style>
span { border-color: #862F30; }
span { border-color: rgb(134,47,48); }
td.TdClassName
{
border-color: #862F30;
}
.TagClassName
{
border-color: #862F30;
}
</style>