Shades of Sanguine Brown #753735
Tints of Sanguine Brown #753735
RGB
CMYK
RGB Variations
Color information
#753735 (or 0x753735) is known color: Sanguine Brown. HEX triplet: 75, 37 and 35. RGB value is (117,55,53). Sum of RGB (Red+Green+Blue) = 117+55+53=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753735 is #8AC8CA. Grayscale: #494949. Windows color (decimal): -9095371 or 3487605. OLE color: 3487605.
HSL color Cylindrical-coordinate representation of color #753735: hue angle of 1.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753735 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 53 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.54 |
| HSL | 1.88º | 0.38% | 0.33% | - |
| HSV(B) | 1.88º | 0.55% | 0.46% | - |
| XYZ | 9.34 | 6.77 | 4.18 | - |
| YUV | 73.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 53 | 0 | 0.53 | 0.55 | 0.54 | 1.88 | 0.38 | 0.33 |
| Hex | 75 | 37 | 35 | 0 | 35 | 37 | 36 | 2 | 26 | 21 |
| Octal | 165 | 67 | 65 | 0 | 65 | 67 | 66 | 2 | 46 | 41 |
| Binary | 1110101 | 110111 | 110101 | 0 | 110101 | 110111 | 110110 | 10 | 100110 | 100001 |
Color Harmonies of #753735
Complementary color
Monochromatic Colors of #753735
Black with #753735
Text Example
Text Example
White with #753735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753735; }
p { color: rgb(117,55,53); }
H1.HeaderClassName
{
color: #753735;
}
.AnyTagClassName
{
color: #753735;
}
</style>
background-color css
<style>
a { background-color: #753735; }
a { background-color: rgb(117,55,53); }
div.DivClassName
{
background-color: #753735;
}
.BgClassName
{
background-color: #753735;
}
</style>
border-color css
<style>
span { border-color: #753735; }
span { border-color: rgb(117,55,53); }
td.TdClassName
{
border-color: #753735;
}
.TagClassName
{
border-color: #753735;
}
</style>