Shades of Congo Brown #70514B
Tints of Congo Brown #70514B
RGB
CMYK
RGB Variations
Color information
#70514B (or 0x70514B) is known color: Congo Brown. HEX triplet: 70, 51 and 4B. RGB value is (112,81,75). Sum of RGB (Red+Green+Blue) = 112+81+75=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70514B is #8FAEB4. Grayscale: #595959. Windows color (decimal): -9416373 or 4936048. OLE color: 4936048.
HSL color Cylindrical-coordinate representation of color #70514B: hue angle of 9.73º 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 #70514B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 75 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.56 |
| HSL | 9.73º | 0.2% | 0.37% | - |
| HSV(B) | 9.73º | 0.33% | 0.44% | - |
| XYZ | 10.89 | 9.84 | 7.98 | - |
| YUV | 89.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 75 | 0 | 0.28 | 0.33 | 0.56 | 9.73 | 0.2 | 0.37 |
| Hex | 70 | 51 | 4B | 0 | 1C | 21 | 38 | A | 14 | 25 |
| Octal | 160 | 121 | 113 | 0 | 34 | 41 | 70 | 12 | 24 | 45 |
| Binary | 1110000 | 1010001 | 1001011 | 0 | 11100 | 100001 | 111000 | 1010 | 10100 | 100101 |
Color Harmonies of #70514B
Complementary color
Monochromatic Colors of #70514B
Black with #70514B
Text Example
Text Example
White with #70514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70514B; }
p { color: rgb(112,81,75); }
H1.HeaderClassName
{
color: #70514B;
}
.AnyTagClassName
{
color: #70514B;
}
</style>
background-color css
<style>
a { background-color: #70514B; }
a { background-color: rgb(112,81,75); }
div.DivClassName
{
background-color: #70514B;
}
.BgClassName
{
background-color: #70514B;
}
</style>
border-color css
<style>
span { border-color: #70514B; }
span { border-color: rgb(112,81,75); }
td.TdClassName
{
border-color: #70514B;
}
.TagClassName
{
border-color: #70514B;
}
</style>