Shades of Sanguine Brown #703835
Tints of Sanguine Brown #703835
RGB
CMYK
RGB Variations
Color information
#703835 (or 0x703835) is known color: Sanguine Brown. HEX triplet: 70, 38 and 35. RGB value is (112,56,53). Sum of RGB (Red+Green+Blue) = 112+56+53=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703835 is #8FC7CA. Grayscale: #484848. Windows color (decimal): -9422795 or 3487856. OLE color: 3487856.
HSL color Cylindrical-coordinate representation of color #703835: hue angle of 3.05º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703835 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 53 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.56 |
| HSL | 3.05º | 0.36% | 0.32% | - |
| HSV(B) | 3.05º | 0.53% | 0.44% | - |
| XYZ | 8.74 | 6.53 | 4.17 | - |
| YUV | 72.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 53 | 0 | 0.50 | 0.53 | 0.56 | 3.05 | 0.36 | 0.32 |
| Hex | 70 | 38 | 35 | 0 | 32 | 35 | 38 | 3 | 24 | 20 |
| Octal | 160 | 70 | 65 | 0 | 62 | 65 | 70 | 3 | 44 | 40 |
| Binary | 1110000 | 111000 | 110101 | 0 | 110010 | 110101 | 111000 | 11 | 100100 | 100000 |
Color Harmonies of #703835
Complementary color
Monochromatic Colors of #703835
Black with #703835
Text Example
Text Example
White with #703835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703835; }
p { color: rgb(112,56,53); }
H1.HeaderClassName
{
color: #703835;
}
.AnyTagClassName
{
color: #703835;
}
</style>
background-color css
<style>
a { background-color: #703835; }
a { background-color: rgb(112,56,53); }
div.DivClassName
{
background-color: #703835;
}
.BgClassName
{
background-color: #703835;
}
</style>
border-color css
<style>
span { border-color: #703835; }
span { border-color: rgb(112,56,53); }
td.TdClassName
{
border-color: #703835;
}
.TagClassName
{
border-color: #703835;
}
</style>