Shades of Sanguine Brown #753C3C
Tints of Sanguine Brown #753C3C
RGB
CMYK
RGB Variations
Color information
#753C3C (or 0x753C3C) is known color: Sanguine Brown. HEX triplet: 75, 3C and 3C. RGB value is (117,60,60). Sum of RGB (Red+Green+Blue) = 117+60+60=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3C is #8AC3C3. Grayscale: #4D4D4D. Windows color (decimal): -9094084 or 3947637. OLE color: 3947637.
HSL color Cylindrical-coordinate representation of color #753C3C: hue angle of 0º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C3C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 60 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.54 |
| HSL | 0º | 0.32% | 0.35% | - |
| HSV(B) | 0º | 0.49% | 0.46% | - |
| XYZ | 9.77 | 7.34 | 5.18 | - |
| YUV | 77.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 60 | 0 | 0.49 | 0.49 | 0.54 | 0 | 0.32 | 0.35 |
| Hex | 75 | 3C | 3C | 0 | 31 | 31 | 36 | 0 | 20 | 23 |
| Octal | 165 | 74 | 74 | 0 | 61 | 61 | 66 | 0 | 40 | 43 |
| Binary | 1110101 | 111100 | 111100 | 0 | 110001 | 110001 | 110110 | 0 | 100000 | 100011 |
Color Harmonies of #753C3C
Complementary color
Monochromatic Colors of #753C3C
Black with #753C3C
Text Example
Text Example
White with #753C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C3C; }
p { color: rgb(117,60,60); }
H1.HeaderClassName
{
color: #753C3C;
}
.AnyTagClassName
{
color: #753C3C;
}
</style>
background-color css
<style>
a { background-color: #753C3C; }
a { background-color: rgb(117,60,60); }
div.DivClassName
{
background-color: #753C3C;
}
.BgClassName
{
background-color: #753C3C;
}
</style>
border-color css
<style>
span { border-color: #753C3C; }
span { border-color: rgb(117,60,60); }
td.TdClassName
{
border-color: #753C3C;
}
.TagClassName
{
border-color: #753C3C;
}
</style>