Shades of Sanguine Brown #713A39
Tints of Sanguine Brown #713A39
RGB
CMYK
RGB Variations
Color information
#713A39 (or 0x713A39) is known color: Sanguine Brown. HEX triplet: 71, 3A and 39. RGB value is (113,58,57). Sum of RGB (Red+Green+Blue) = 113+58+57=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A39 is #8EC5C6. Grayscale: #4A4A4A. Windows color (decimal): -9356743 or 3750513. OLE color: 3750513.
HSL color Cylindrical-coordinate representation of color #713A39: hue angle of 1.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713A39 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 57 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.56 |
| HSL | 1.07º | 0.33% | 0.33% | - |
| HSV(B) | 1.07º | 0.5% | 0.44% | - |
| XYZ | 9.06 | 6.83 | 4.71 | - |
| YUV | 74.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 57 | 0 | 0.49 | 0.50 | 0.56 | 1.07 | 0.33 | 0.33 |
| Hex | 71 | 3A | 39 | 0 | 31 | 32 | 38 | 1 | 21 | 21 |
| Octal | 161 | 72 | 71 | 0 | 61 | 62 | 70 | 1 | 41 | 41 |
| Binary | 1110001 | 111010 | 111001 | 0 | 110001 | 110010 | 111000 | 1 | 100001 | 100001 |
Color Harmonies of #713A39
Complementary color
Monochromatic Colors of #713A39
Black with #713A39
Text Example
Text Example
White with #713A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A39; }
p { color: rgb(113,58,57); }
H1.HeaderClassName
{
color: #713A39;
}
.AnyTagClassName
{
color: #713A39;
}
</style>
background-color css
<style>
a { background-color: #713A39; }
a { background-color: rgb(113,58,57); }
div.DivClassName
{
background-color: #713A39;
}
.BgClassName
{
background-color: #713A39;
}
</style>
border-color css
<style>
span { border-color: #713A39; }
span { border-color: rgb(113,58,57); }
td.TdClassName
{
border-color: #713A39;
}
.TagClassName
{
border-color: #713A39;
}
</style>