Shades of Sanguine Brown #753837
Tints of Sanguine Brown #753837
RGB
CMYK
RGB Variations
Color information
#753837 (or 0x753837) is known color: Sanguine Brown. HEX triplet: 75, 38 and 37. RGB value is (117,56,55). Sum of RGB (Red+Green+Blue) = 117+56+55=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #753837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753837 is #8AC7C8. Grayscale: #4A4A4A. Windows color (decimal): -9095113 or 3618933. OLE color: 3618933.
HSL color Cylindrical-coordinate representation of color #753837: hue angle of 0.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753837 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 55 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.54 |
| HSL | 0.97º | 0.36% | 0.34% | - |
| HSV(B) | 0.97º | 0.53% | 0.46% | - |
| XYZ | 9.44 | 6.89 | 4.45 | - |
| YUV | 74.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 55 | 0 | 0.52 | 0.53 | 0.54 | 0.97 | 0.36 | 0.34 |
| Hex | 75 | 38 | 37 | 0 | 34 | 35 | 36 | 1 | 24 | 22 |
| Octal | 165 | 70 | 67 | 0 | 64 | 65 | 66 | 1 | 44 | 42 |
| Binary | 1110101 | 111000 | 110111 | 0 | 110100 | 110101 | 110110 | 1 | 100100 | 100010 |
Color Harmonies of #753837
Complementary color
Monochromatic Colors of #753837
Black with #753837
Text Example
Text Example
White with #753837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753837; }
p { color: rgb(117,56,55); }
H1.HeaderClassName
{
color: #753837;
}
.AnyTagClassName
{
color: #753837;
}
</style>
background-color css
<style>
a { background-color: #753837; }
a { background-color: rgb(117,56,55); }
div.DivClassName
{
background-color: #753837;
}
.BgClassName
{
background-color: #753837;
}
</style>
border-color css
<style>
span { border-color: #753837; }
span { border-color: rgb(117,56,55); }
td.TdClassName
{
border-color: #753837;
}
.TagClassName
{
border-color: #753837;
}
</style>