Shades of Congo Brown #70504A
Tints of Congo Brown #70504A
RGB
CMYK
RGB Variations
Color information
#70504A (or 0x70504A) is known color: Congo Brown. HEX triplet: 70, 50 and 4A. RGB value is (112,80,74). Sum of RGB (Red+Green+Blue) = 112+80+74=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #70504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70504A is #8FAFB5. Grayscale: #585858. Windows color (decimal): -9416630 or 4870256. OLE color: 4870256.
HSL color Cylindrical-coordinate representation of color #70504A: hue angle of 9.47º 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 #70504A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 74 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.56 |
| HSL | 9.47º | 0.2% | 0.36% | - |
| HSV(B) | 9.47º | 0.34% | 0.44% | - |
| XYZ | 10.79 | 9.68 | 7.78 | - |
| YUV | 88.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 74 | 0 | 0.29 | 0.34 | 0.56 | 9.47 | 0.2 | 0.36 |
| Hex | 70 | 50 | 4A | 0 | 1D | 22 | 38 | 9 | 14 | 24 |
| Octal | 160 | 120 | 112 | 0 | 35 | 42 | 70 | 11 | 24 | 44 |
| Binary | 1110000 | 1010000 | 1001010 | 0 | 11101 | 100010 | 111000 | 1001 | 10100 | 100100 |
Color Harmonies of #70504A
Complementary color
Monochromatic Colors of #70504A
Black with #70504A
Text Example
Text Example
White with #70504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70504A; }
p { color: rgb(112,80,74); }
H1.HeaderClassName
{
color: #70504A;
}
.AnyTagClassName
{
color: #70504A;
}
</style>
background-color css
<style>
a { background-color: #70504A; }
a { background-color: rgb(112,80,74); }
div.DivClassName
{
background-color: #70504A;
}
.BgClassName
{
background-color: #70504A;
}
</style>
border-color css
<style>
span { border-color: #70504A; }
span { border-color: rgb(112,80,74); }
td.TdClassName
{
border-color: #70504A;
}
.TagClassName
{
border-color: #70504A;
}
</style>