Shades of Sanguine Brown #703B39
Tints of Sanguine Brown #703B39
RGB
CMYK
RGB Variations
Color information
#703B39 (or 0x703B39) is known color: Sanguine Brown. HEX triplet: 70, 3B and 39. RGB value is (112,59,57). Sum of RGB (Red+Green+Blue) = 112+59+57=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B39 is #8FC4C6. Grayscale: #4A4A4A. Windows color (decimal): -9422023 or 3750768. OLE color: 3750768.
HSL color Cylindrical-coordinate representation of color #703B39: hue angle of 2.18º 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 #703B39 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 57 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.56 |
| HSL | 2.18º | 0.33% | 0.33% | - |
| HSV(B) | 2.18º | 0.49% | 0.44% | - |
| XYZ | 8.98 | 6.87 | 4.72 | - |
| YUV | 74.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 57 | 0 | 0.47 | 0.49 | 0.56 | 2.18 | 0.33 | 0.33 |
| Hex | 70 | 3B | 39 | 0 | 2F | 31 | 38 | 2 | 21 | 21 |
| Octal | 160 | 73 | 71 | 0 | 57 | 61 | 70 | 2 | 41 | 41 |
| Binary | 1110000 | 111011 | 111001 | 0 | 101111 | 110001 | 111000 | 10 | 100001 | 100001 |
Color Harmonies of #703B39
Complementary color
Monochromatic Colors of #703B39
Black with #703B39
Text Example
Text Example
White with #703B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B39; }
p { color: rgb(112,59,57); }
H1.HeaderClassName
{
color: #703B39;
}
.AnyTagClassName
{
color: #703B39;
}
</style>
background-color css
<style>
a { background-color: #703B39; }
a { background-color: rgb(112,59,57); }
div.DivClassName
{
background-color: #703B39;
}
.BgClassName
{
background-color: #703B39;
}
</style>
border-color css
<style>
span { border-color: #703B39; }
span { border-color: rgb(112,59,57); }
td.TdClassName
{
border-color: #703B39;
}
.TagClassName
{
border-color: #703B39;
}
</style>