Shades of Sanguine Brown #703A37
Tints of Sanguine Brown #703A37
RGB
CMYK
RGB Variations
Color information
#703A37 (or 0x703A37) is known color: Sanguine Brown. HEX triplet: 70, 3A and 37. RGB value is (112,58,55). Sum of RGB (Red+Green+Blue) = 112+58+55=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A37 is #8FC5C8. Grayscale: #494949. Windows color (decimal): -9422281 or 3619440. OLE color: 3619440.
HSL color Cylindrical-coordinate representation of color #703A37: hue angle of 3.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703A37 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 55 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.56 |
| HSL | 3.16º | 0.34% | 0.33% | - |
| HSV(B) | 3.16º | 0.51% | 0.44% | - |
| XYZ | 8.88 | 6.75 | 4.45 | - |
| YUV | 73.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 55 | 0 | 0.48 | 0.51 | 0.56 | 3.16 | 0.34 | 0.33 |
| Hex | 70 | 3A | 37 | 0 | 30 | 33 | 38 | 3 | 22 | 21 |
| Octal | 160 | 72 | 67 | 0 | 60 | 63 | 70 | 3 | 42 | 41 |
| Binary | 1110000 | 111010 | 110111 | 0 | 110000 | 110011 | 111000 | 11 | 100010 | 100001 |
Color Harmonies of #703A37
Complementary color
Monochromatic Colors of #703A37
Black with #703A37
Text Example
Text Example
White with #703A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A37; }
p { color: rgb(112,58,55); }
H1.HeaderClassName
{
color: #703A37;
}
.AnyTagClassName
{
color: #703A37;
}
</style>
background-color css
<style>
a { background-color: #703A37; }
a { background-color: rgb(112,58,55); }
div.DivClassName
{
background-color: #703A37;
}
.BgClassName
{
background-color: #703A37;
}
</style>
border-color css
<style>
span { border-color: #703A37; }
span { border-color: rgb(112,58,55); }
td.TdClassName
{
border-color: #703A37;
}
.TagClassName
{
border-color: #703A37;
}
</style>