Shades of Sanguine Brown #713D3C
Tints of Sanguine Brown #713D3C
RGB
CMYK
RGB Variations
Color information
#713D3C (or 0x713D3C) is known color: Sanguine Brown. HEX triplet: 71, 3D and 3C. RGB value is (113,61,60). Sum of RGB (Red+Green+Blue) = 113+61+60=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D3C is #8EC2C3. Grayscale: #4C4C4C. Windows color (decimal): -9355972 or 3947889. OLE color: 3947889.
HSL color Cylindrical-coordinate representation of color #713D3C: hue angle of 1.13º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713D3C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 60 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.56 |
| HSL | 1.13º | 0.31% | 0.34% | - |
| HSV(B) | 1.13º | 0.47% | 0.44% | - |
| XYZ | 9.29 | 7.17 | 5.17 | - |
| YUV | 76.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 60 | 0 | 0.46 | 0.47 | 0.56 | 1.13 | 0.31 | 0.34 |
| Hex | 71 | 3D | 3C | 0 | 2E | 2F | 38 | 1 | 1F | 22 |
| Octal | 161 | 75 | 74 | 0 | 56 | 57 | 70 | 1 | 37 | 42 |
| Binary | 1110001 | 111101 | 111100 | 0 | 101110 | 101111 | 111000 | 1 | 11111 | 100010 |
Color Harmonies of #713D3C
Complementary color
Monochromatic Colors of #713D3C
Black with #713D3C
Text Example
Text Example
White with #713D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D3C; }
p { color: rgb(113,61,60); }
H1.HeaderClassName
{
color: #713D3C;
}
.AnyTagClassName
{
color: #713D3C;
}
</style>
background-color css
<style>
a { background-color: #713D3C; }
a { background-color: rgb(113,61,60); }
div.DivClassName
{
background-color: #713D3C;
}
.BgClassName
{
background-color: #713D3C;
}
</style>
border-color css
<style>
span { border-color: #713D3C; }
span { border-color: rgb(113,61,60); }
td.TdClassName
{
border-color: #713D3C;
}
.TagClassName
{
border-color: #713D3C;
}
</style>