Shades of Sanguine Brown #753736
Tints of Sanguine Brown #753736
RGB
CMYK
RGB Variations
Color information
#753736 (or 0x753736) is known color: Sanguine Brown. HEX triplet: 75, 37 and 36. RGB value is (117,55,54). Sum of RGB (Red+Green+Blue) = 117+55+54=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #753736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753736 is #8AC8C9. Grayscale: #494949. Windows color (decimal): -9095370 or 3553141. OLE color: 3553141.
HSL color Cylindrical-coordinate representation of color #753736: hue angle of 0.95º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753736 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 55 | 54 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.54 |
| HSL | 0.95º | 0.37% | 0.34% | - |
| HSV(B) | 0.95º | 0.54% | 0.46% | - |
| XYZ | 9.37 | 6.78 | 4.31 | - |
| YUV | 73.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 54 | 0 | 0.53 | 0.54 | 0.54 | 0.95 | 0.37 | 0.34 |
| Hex | 75 | 37 | 36 | 0 | 35 | 36 | 36 | 1 | 25 | 22 |
| Octal | 165 | 67 | 66 | 0 | 65 | 66 | 66 | 1 | 45 | 42 |
| Binary | 1110101 | 110111 | 110110 | 0 | 110101 | 110110 | 110110 | 1 | 100101 | 100010 |
Color Harmonies of #753736
Complementary color
Monochromatic Colors of #753736
Black with #753736
Text Example
Text Example
White with #753736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753736; }
p { color: rgb(117,55,54); }
H1.HeaderClassName
{
color: #753736;
}
.AnyTagClassName
{
color: #753736;
}
</style>
background-color css
<style>
a { background-color: #753736; }
a { background-color: rgb(117,55,54); }
div.DivClassName
{
background-color: #753736;
}
.BgClassName
{
background-color: #753736;
}
</style>
border-color css
<style>
span { border-color: #753736; }
span { border-color: rgb(117,55,54); }
td.TdClassName
{
border-color: #753736;
}
.TagClassName
{
border-color: #753736;
}
</style>