Shades of Sanguine Brown #713E3D
Tints of Sanguine Brown #713E3D
RGB
CMYK
RGB Variations
Color information
#713E3D (or 0x713E3D) is known color: Sanguine Brown. HEX triplet: 71, 3E and 3D. RGB value is (113,62,61). Sum of RGB (Red+Green+Blue) = 113+62+61=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #713E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E3D is #8EC1C2. Grayscale: #4D4D4D. Windows color (decimal): -9355715 or 4013681. OLE color: 4013681.
HSL color Cylindrical-coordinate representation of color #713E3D: hue angle of 1.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713E3D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 61 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.56 |
| HSL | 1.15º | 0.3% | 0.34% | - |
| HSV(B) | 1.15º | 0.46% | 0.44% | - |
| XYZ | 9.37 | 7.29 | 5.33 | - |
| YUV | 77.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 61 | 0 | 0.45 | 0.46 | 0.56 | 1.15 | 0.3 | 0.34 |
| Hex | 71 | 3E | 3D | 0 | 2D | 2E | 38 | 1 | 1E | 22 |
| Octal | 161 | 76 | 75 | 0 | 55 | 56 | 70 | 1 | 36 | 42 |
| Binary | 1110001 | 111110 | 111101 | 0 | 101101 | 101110 | 111000 | 1 | 11110 | 100010 |
Color Harmonies of #713E3D
Complementary color
Monochromatic Colors of #713E3D
Black with #713E3D
Text Example
Text Example
White with #713E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E3D; }
p { color: rgb(113,62,61); }
H1.HeaderClassName
{
color: #713E3D;
}
.AnyTagClassName
{
color: #713E3D;
}
</style>
background-color css
<style>
a { background-color: #713E3D; }
a { background-color: rgb(113,62,61); }
div.DivClassName
{
background-color: #713E3D;
}
.BgClassName
{
background-color: #713E3D;
}
</style>
border-color css
<style>
span { border-color: #713E3D; }
span { border-color: rgb(113,62,61); }
td.TdClassName
{
border-color: #713E3D;
}
.TagClassName
{
border-color: #713E3D;
}
</style>