Shades of Congo Brown #73534A
Tints of Congo Brown #73534A
RGB
CMYK
RGB Variations
Color information
#73534A (or 0x73534A) is known color: Congo Brown. HEX triplet: 73, 53 and 4A. RGB value is (115,83,74). Sum of RGB (Red+Green+Blue) = 115+83+74=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73534A is #8CACB5. Grayscale: #5B5B5B. Windows color (decimal): -9219254 or 4871027. OLE color: 4871027.
HSL color Cylindrical-coordinate representation of color #73534A: hue angle of 13.17º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73534A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 74 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.55 |
| HSL | 13.17º | 0.22% | 0.37% | - |
| HSV(B) | 13.17º | 0.36% | 0.45% | - |
| XYZ | 11.4 | 10.33 | 7.87 | - |
| YUV | 91.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 74 | 0 | 0.28 | 0.36 | 0.55 | 13.17 | 0.22 | 0.37 |
| Hex | 73 | 53 | 4A | 0 | 1C | 24 | 37 | D | 16 | 25 |
| Octal | 163 | 123 | 112 | 0 | 34 | 44 | 67 | 15 | 26 | 45 |
| Binary | 1110011 | 1010011 | 1001010 | 0 | 11100 | 100100 | 110111 | 1101 | 10110 | 100101 |
Color Harmonies of #73534A
Complementary color
Monochromatic Colors of #73534A
Black with #73534A
Text Example
Text Example
White with #73534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73534A; }
p { color: rgb(115,83,74); }
H1.HeaderClassName
{
color: #73534A;
}
.AnyTagClassName
{
color: #73534A;
}
</style>
background-color css
<style>
a { background-color: #73534A; }
a { background-color: rgb(115,83,74); }
div.DivClassName
{
background-color: #73534A;
}
.BgClassName
{
background-color: #73534A;
}
</style>
border-color css
<style>
span { border-color: #73534A; }
span { border-color: rgb(115,83,74); }
td.TdClassName
{
border-color: #73534A;
}
.TagClassName
{
border-color: #73534A;
}
</style>