Shades of Sanguine Brown #713C39
Tints of Sanguine Brown #713C39
RGB
CMYK
RGB Variations
Color information
#713C39 (or 0x713C39) is known color: Sanguine Brown. HEX triplet: 71, 3C and 39. RGB value is (113,60,57). Sum of RGB (Red+Green+Blue) = 113+60+57=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C39 is #8EC3C6. Grayscale: #4B4B4B. Windows color (decimal): -9356231 or 3751025. OLE color: 3751025.
HSL color Cylindrical-coordinate representation of color #713C39: hue angle of 3.21º 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 #713C39 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 57 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.56 |
| HSL | 3.21º | 0.33% | 0.33% | - |
| HSV(B) | 3.21º | 0.5% | 0.44% | - |
| XYZ | 9.16 | 7.04 | 4.75 | - |
| YUV | 75.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 57 | 0 | 0.47 | 0.50 | 0.56 | 3.21 | 0.33 | 0.33 |
| Hex | 71 | 3C | 39 | 0 | 2F | 32 | 38 | 3 | 21 | 21 |
| Octal | 161 | 74 | 71 | 0 | 57 | 62 | 70 | 3 | 41 | 41 |
| Binary | 1110001 | 111100 | 111001 | 0 | 101111 | 110010 | 111000 | 11 | 100001 | 100001 |
Color Harmonies of #713C39
Complementary color
Monochromatic Colors of #713C39
Black with #713C39
Text Example
Text Example
White with #713C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C39; }
p { color: rgb(113,60,57); }
H1.HeaderClassName
{
color: #713C39;
}
.AnyTagClassName
{
color: #713C39;
}
</style>
background-color css
<style>
a { background-color: #713C39; }
a { background-color: rgb(113,60,57); }
div.DivClassName
{
background-color: #713C39;
}
.BgClassName
{
background-color: #713C39;
}
</style>
border-color css
<style>
span { border-color: #713C39; }
span { border-color: rgb(113,60,57); }
td.TdClassName
{
border-color: #713C39;
}
.TagClassName
{
border-color: #713C39;
}
</style>