Shades of Congo Brown #70514A
Tints of Congo Brown #70514A
RGB
CMYK
RGB Variations
Color information
#70514A (or 0x70514A) is known color: Congo Brown. HEX triplet: 70, 51 and 4A. RGB value is (112,81,74). Sum of RGB (Red+Green+Blue) = 112+81+74=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70514A is #8FAEB5. Grayscale: #595959. Windows color (decimal): -9416374 or 4870512. OLE color: 4870512.
HSL color Cylindrical-coordinate representation of color #70514A: hue angle of 11.05º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70514A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 74 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.56 |
| HSL | 11.05º | 0.2% | 0.36% | - |
| HSV(B) | 11.05º | 0.34% | 0.44% | - |
| XYZ | 10.86 | 9.82 | 7.8 | - |
| YUV | 89.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 74 | 0 | 0.28 | 0.34 | 0.56 | 11.05 | 0.2 | 0.36 |
| Hex | 70 | 51 | 4A | 0 | 1C | 22 | 38 | B | 14 | 24 |
| Octal | 160 | 121 | 112 | 0 | 34 | 42 | 70 | 13 | 24 | 44 |
| Binary | 1110000 | 1010001 | 1001010 | 0 | 11100 | 100010 | 111000 | 1011 | 10100 | 100100 |
Color Harmonies of #70514A
Complementary color
Monochromatic Colors of #70514A
Black with #70514A
Text Example
Text Example
White with #70514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70514A; }
p { color: rgb(112,81,74); }
H1.HeaderClassName
{
color: #70514A;
}
.AnyTagClassName
{
color: #70514A;
}
</style>
background-color css
<style>
a { background-color: #70514A; }
a { background-color: rgb(112,81,74); }
div.DivClassName
{
background-color: #70514A;
}
.BgClassName
{
background-color: #70514A;
}
</style>
border-color css
<style>
span { border-color: #70514A; }
span { border-color: rgb(112,81,74); }
td.TdClassName
{
border-color: #70514A;
}
.TagClassName
{
border-color: #70514A;
}
</style>