Shades of Congo Brown #714B44
Tints of Congo Brown #714B44
RGB
CMYK
RGB Variations
Color information
#714B44 (or 0x714B44) is known color: Congo Brown. HEX triplet: 71, 4B and 44. RGB value is (113,75,68). Sum of RGB (Red+Green+Blue) = 113+75+68=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B44 is #8EB4BB. Grayscale: #555555. Windows color (decimal): -9352380 or 4475761. OLE color: 4475761.
HSL color Cylindrical-coordinate representation of color #714B44: hue angle of 9.33º 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 #714B44 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 68 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.56 |
| HSL | 9.33º | 0.25% | 0.35% | - |
| HSV(B) | 9.33º | 0.4% | 0.44% | - |
| XYZ | 10.37 | 8.96 | 6.65 | - |
| YUV | 85.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 68 | 0 | 0.34 | 0.40 | 0.56 | 9.33 | 0.25 | 0.35 |
| Hex | 71 | 4B | 44 | 0 | 22 | 28 | 38 | 9 | 19 | 23 |
| Octal | 161 | 113 | 104 | 0 | 42 | 50 | 70 | 11 | 31 | 43 |
| Binary | 1110001 | 1001011 | 1000100 | 0 | 100010 | 101000 | 111000 | 1001 | 11001 | 100011 |
Color Harmonies of #714B44
Complementary color
Monochromatic Colors of #714B44
Black with #714B44
Text Example
Text Example
White with #714B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B44; }
p { color: rgb(113,75,68); }
H1.HeaderClassName
{
color: #714B44;
}
.AnyTagClassName
{
color: #714B44;
}
</style>
background-color css
<style>
a { background-color: #714B44; }
a { background-color: rgb(113,75,68); }
div.DivClassName
{
background-color: #714B44;
}
.BgClassName
{
background-color: #714B44;
}
</style>
border-color css
<style>
span { border-color: #714B44; }
span { border-color: rgb(113,75,68); }
td.TdClassName
{
border-color: #714B44;
}
.TagClassName
{
border-color: #714B44;
}
</style>