Shades of Congo Brown #704B43
Tints of Congo Brown #704B43
RGB
CMYK
RGB Variations
Color information
#704B43 (or 0x704B43) is known color: Congo Brown. HEX triplet: 70, 4B and 43. RGB value is (112,75,67). Sum of RGB (Red+Green+Blue) = 112+75+67=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B43 is #8FB4BC. Grayscale: #555555. Windows color (decimal): -9417917 or 4410224. OLE color: 4410224.
HSL color Cylindrical-coordinate representation of color #704B43: hue angle of 10.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704B43 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 67 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.56 |
| HSL | 10.67º | 0.25% | 0.35% | - |
| HSV(B) | 10.67º | 0.4% | 0.44% | - |
| XYZ | 10.21 | 8.88 | 6.49 | - |
| YUV | 85.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 67 | 0 | 0.33 | 0.40 | 0.56 | 10.67 | 0.25 | 0.35 |
| Hex | 70 | 4B | 43 | 0 | 21 | 28 | 38 | B | 19 | 23 |
| Octal | 160 | 113 | 103 | 0 | 41 | 50 | 70 | 13 | 31 | 43 |
| Binary | 1110000 | 1001011 | 1000011 | 0 | 100001 | 101000 | 111000 | 1011 | 11001 | 100011 |
Color Harmonies of #704B43
Complementary color
Monochromatic Colors of #704B43
Black with #704B43
Text Example
Text Example
White with #704B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B43; }
p { color: rgb(112,75,67); }
H1.HeaderClassName
{
color: #704B43;
}
.AnyTagClassName
{
color: #704B43;
}
</style>
background-color css
<style>
a { background-color: #704B43; }
a { background-color: rgb(112,75,67); }
div.DivClassName
{
background-color: #704B43;
}
.BgClassName
{
background-color: #704B43;
}
</style>
border-color css
<style>
span { border-color: #704B43; }
span { border-color: rgb(112,75,67); }
td.TdClassName
{
border-color: #704B43;
}
.TagClassName
{
border-color: #704B43;
}
</style>