Shades of Congo Brown #714A45
Tints of Congo Brown #714A45
RGB
CMYK
RGB Variations
Color information
#714A45 (or 0x714A45) is known color: Congo Brown. HEX triplet: 71, 4A and 45. RGB value is (113,74,69). Sum of RGB (Red+Green+Blue) = 113+74+69=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A45 is #8EB5BA. Grayscale: #555555. Windows color (decimal): -9352635 or 4541041. OLE color: 4541041.
HSL color Cylindrical-coordinate representation of color #714A45: hue angle of 6.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714A45 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 69 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.56 |
| HSL | 6.82º | 0.24% | 0.36% | - |
| HSV(B) | 6.82º | 0.39% | 0.44% | - |
| XYZ | 10.33 | 8.84 | 6.79 | - |
| YUV | 85.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 69 | 0 | 0.35 | 0.39 | 0.56 | 6.82 | 0.24 | 0.36 |
| Hex | 71 | 4A | 45 | 0 | 23 | 27 | 38 | 7 | 18 | 24 |
| Octal | 161 | 112 | 105 | 0 | 43 | 47 | 70 | 7 | 30 | 44 |
| Binary | 1110001 | 1001010 | 1000101 | 0 | 100011 | 100111 | 111000 | 111 | 11000 | 100100 |
Color Harmonies of #714A45
Complementary color
Monochromatic Colors of #714A45
Black with #714A45
Text Example
Text Example
White with #714A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A45; }
p { color: rgb(113,74,69); }
H1.HeaderClassName
{
color: #714A45;
}
.AnyTagClassName
{
color: #714A45;
}
</style>
background-color css
<style>
a { background-color: #714A45; }
a { background-color: rgb(113,74,69); }
div.DivClassName
{
background-color: #714A45;
}
.BgClassName
{
background-color: #714A45;
}
</style>
border-color css
<style>
span { border-color: #714A45; }
span { border-color: rgb(113,74,69); }
td.TdClassName
{
border-color: #714A45;
}
.TagClassName
{
border-color: #714A45;
}
</style>