Shades of Congo Brown #73544B
Tints of Congo Brown #73544B
RGB
CMYK
RGB Variations
Color information
#73544B (or 0x73544B) is known color: Congo Brown. HEX triplet: 73, 54 and 4B. RGB value is (115,84,75). Sum of RGB (Red+Green+Blue) = 115+84+75=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73544B is #8CABB4. Grayscale: #5C5C5C. Windows color (decimal): -9218997 or 4936819. OLE color: 4936819.
HSL color Cylindrical-coordinate representation of color #73544B: hue angle of 13.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73544B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 75 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.55 |
| HSL | 13.5º | 0.21% | 0.37% | - |
| HSV(B) | 13.5º | 0.35% | 0.45% | - |
| XYZ | 11.51 | 10.49 | 8.08 | - |
| YUV | 92.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 75 | 0 | 0.27 | 0.35 | 0.55 | 13.5 | 0.21 | 0.37 |
| Hex | 73 | 54 | 4B | 0 | 1B | 23 | 37 | E | 15 | 25 |
| Octal | 163 | 124 | 113 | 0 | 33 | 43 | 67 | 16 | 25 | 45 |
| Binary | 1110011 | 1010100 | 1001011 | 0 | 11011 | 100011 | 110111 | 1110 | 10101 | 100101 |
Color Harmonies of #73544B
Complementary color
Monochromatic Colors of #73544B
Black with #73544B
Text Example
Text Example
White with #73544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73544B; }
p { color: rgb(115,84,75); }
H1.HeaderClassName
{
color: #73544B;
}
.AnyTagClassName
{
color: #73544B;
}
</style>
background-color css
<style>
a { background-color: #73544B; }
a { background-color: rgb(115,84,75); }
div.DivClassName
{
background-color: #73544B;
}
.BgClassName
{
background-color: #73544B;
}
</style>
border-color css
<style>
span { border-color: #73544B; }
span { border-color: rgb(115,84,75); }
td.TdClassName
{
border-color: #73544B;
}
.TagClassName
{
border-color: #73544B;
}
</style>