Shades of Sanguine Brown #703C39
Tints of Sanguine Brown #703C39
RGB
CMYK
RGB Variations
Color information
#703C39 (or 0x703C39) is known color: Sanguine Brown. HEX triplet: 70, 3C and 39. RGB value is (112,60,57). Sum of RGB (Red+Green+Blue) = 112+60+57=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C39 is #8FC3C6. Grayscale: #4B4B4B. Windows color (decimal): -9421767 or 3751024. OLE color: 3751024.
HSL color Cylindrical-coordinate representation of color #703C39: hue angle of 3.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703C39 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 57 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.56 |
| HSL | 3.27º | 0.33% | 0.33% | - |
| HSV(B) | 3.27º | 0.49% | 0.44% | - |
| XYZ | 9.04 | 6.97 | 4.74 | - |
| YUV | 75.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 57 | 0 | 0.46 | 0.49 | 0.56 | 3.27 | 0.33 | 0.33 |
| Hex | 70 | 3C | 39 | 0 | 2E | 31 | 38 | 3 | 21 | 21 |
| Octal | 160 | 74 | 71 | 0 | 56 | 61 | 70 | 3 | 41 | 41 |
| Binary | 1110000 | 111100 | 111001 | 0 | 101110 | 110001 | 111000 | 11 | 100001 | 100001 |
Color Harmonies of #703C39
Complementary color
Monochromatic Colors of #703C39
Black with #703C39
Text Example
Text Example
White with #703C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C39; }
p { color: rgb(112,60,57); }
H1.HeaderClassName
{
color: #703C39;
}
.AnyTagClassName
{
color: #703C39;
}
</style>
background-color css
<style>
a { background-color: #703C39; }
a { background-color: rgb(112,60,57); }
div.DivClassName
{
background-color: #703C39;
}
.BgClassName
{
background-color: #703C39;
}
</style>
border-color css
<style>
span { border-color: #703C39; }
span { border-color: rgb(112,60,57); }
td.TdClassName
{
border-color: #703C39;
}
.TagClassName
{
border-color: #703C39;
}
</style>