Shades of Congo Brown #70524B
Tints of Congo Brown #70524B
RGB
CMYK
RGB Variations
Color information
#70524B (or 0x70524B) is known color: Congo Brown. HEX triplet: 70, 52 and 4B. RGB value is (112,82,75). Sum of RGB (Red+Green+Blue) = 112+82+75=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70524B is #8FADB4. Grayscale: #5A5A5A. Windows color (decimal): -9416117 or 4936304. OLE color: 4936304.
HSL color Cylindrical-coordinate representation of color #70524B: hue angle of 11.35º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70524B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 75 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.56 |
| HSL | 11.35º | 0.2% | 0.37% | - |
| HSV(B) | 11.35º | 0.33% | 0.44% | - |
| XYZ | 10.97 | 9.99 | 8.01 | - |
| YUV | 90.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 75 | 0 | 0.27 | 0.33 | 0.56 | 11.35 | 0.2 | 0.37 |
| Hex | 70 | 52 | 4B | 0 | 1B | 21 | 38 | B | 14 | 25 |
| Octal | 160 | 122 | 113 | 0 | 33 | 41 | 70 | 13 | 24 | 45 |
| Binary | 1110000 | 1010010 | 1001011 | 0 | 11011 | 100001 | 111000 | 1011 | 10100 | 100101 |
Color Harmonies of #70524B
Complementary color
Monochromatic Colors of #70524B
Black with #70524B
Text Example
Text Example
White with #70524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70524B; }
p { color: rgb(112,82,75); }
H1.HeaderClassName
{
color: #70524B;
}
.AnyTagClassName
{
color: #70524B;
}
</style>
background-color css
<style>
a { background-color: #70524B; }
a { background-color: rgb(112,82,75); }
div.DivClassName
{
background-color: #70524B;
}
.BgClassName
{
background-color: #70524B;
}
</style>
border-color css
<style>
span { border-color: #70524B; }
span { border-color: rgb(112,82,75); }
td.TdClassName
{
border-color: #70524B;
}
.TagClassName
{
border-color: #70524B;
}
</style>