Shades of Congo Brown #70524A
Tints of Congo Brown #70524A
RGB
CMYK
RGB Variations
Color information
#70524A (or 0x70524A) is known color: Congo Brown. HEX triplet: 70, 52 and 4A. RGB value is (112,82,74). Sum of RGB (Red+Green+Blue) = 112+82+74=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70524A is #8FADB5. Grayscale: #5A5A5A. Windows color (decimal): -9416118 or 4870768. OLE color: 4870768.
HSL color Cylindrical-coordinate representation of color #70524A: hue angle of 12.63º 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 #70524A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 74 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.56 |
| HSL | 12.63º | 0.2% | 0.36% | - |
| HSV(B) | 12.63º | 0.34% | 0.44% | - |
| XYZ | 10.94 | 9.97 | 7.83 | - |
| YUV | 90.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 74 | 0 | 0.27 | 0.34 | 0.56 | 12.63 | 0.2 | 0.36 |
| Hex | 70 | 52 | 4A | 0 | 1B | 22 | 38 | D | 14 | 24 |
| Octal | 160 | 122 | 112 | 0 | 33 | 42 | 70 | 15 | 24 | 44 |
| Binary | 1110000 | 1010010 | 1001010 | 0 | 11011 | 100010 | 111000 | 1101 | 10100 | 100100 |
Color Harmonies of #70524A
Complementary color
Monochromatic Colors of #70524A
Black with #70524A
Text Example
Text Example
White with #70524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70524A; }
p { color: rgb(112,82,74); }
H1.HeaderClassName
{
color: #70524A;
}
.AnyTagClassName
{
color: #70524A;
}
</style>
background-color css
<style>
a { background-color: #70524A; }
a { background-color: rgb(112,82,74); }
div.DivClassName
{
background-color: #70524A;
}
.BgClassName
{
background-color: #70524A;
}
</style>
border-color css
<style>
span { border-color: #70524A; }
span { border-color: rgb(112,82,74); }
td.TdClassName
{
border-color: #70524A;
}
.TagClassName
{
border-color: #70524A;
}
</style>