Shades of Congo Brown #70554D
Tints of Congo Brown #70554D
RGB
CMYK
RGB Variations
Color information
#70554D (or 0x70554D) is known color: Congo Brown. HEX triplet: 70, 55 and 4D. RGB value is (112,85,77). Sum of RGB (Red+Green+Blue) = 112+85+77=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70554D is #8FAAB2. Grayscale: #5C5C5C. Windows color (decimal): -9415347 or 5068144. OLE color: 5068144.
HSL color Cylindrical-coordinate representation of color #70554D: hue angle of 13.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70554D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 77 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.56 |
| HSL | 13.71º | 0.19% | 0.37% | - |
| HSV(B) | 13.71º | 0.31% | 0.44% | - |
| XYZ | 11.27 | 10.48 | 8.45 | - |
| YUV | 92.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 77 | 0 | 0.24 | 0.31 | 0.56 | 13.71 | 0.19 | 0.37 |
| Hex | 70 | 55 | 4D | 0 | 18 | 1F | 38 | E | 13 | 25 |
| Octal | 160 | 125 | 115 | 0 | 30 | 37 | 70 | 16 | 23 | 45 |
| Binary | 1110000 | 1010101 | 1001101 | 0 | 11000 | 11111 | 111000 | 1110 | 10011 | 100101 |
Color Harmonies of #70554D
Complementary color
Monochromatic Colors of #70554D
Black with #70554D
Text Example
Text Example
White with #70554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70554D; }
p { color: rgb(112,85,77); }
H1.HeaderClassName
{
color: #70554D;
}
.AnyTagClassName
{
color: #70554D;
}
</style>
background-color css
<style>
a { background-color: #70554D; }
a { background-color: rgb(112,85,77); }
div.DivClassName
{
background-color: #70554D;
}
.BgClassName
{
background-color: #70554D;
}
</style>
border-color css
<style>
span { border-color: #70554D; }
span { border-color: rgb(112,85,77); }
td.TdClassName
{
border-color: #70554D;
}
.TagClassName
{
border-color: #70554D;
}
</style>