Shades of Sanguine Brown #753A38
Tints of Sanguine Brown #753A38
RGB
CMYK
RGB Variations
Color information
#753A38 (or 0x753A38) is known color: Sanguine Brown. HEX triplet: 75, 3A and 38. RGB value is (117,58,56). Sum of RGB (Red+Green+Blue) = 117+58+56=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A38 is #8AC5C7. Grayscale: #4B4B4B. Windows color (decimal): -9094600 or 3684981. OLE color: 3684981.
HSL color Cylindrical-coordinate representation of color #753A38: hue angle of 1.97º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753A38 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 56 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.54 |
| HSL | 1.97º | 0.35% | 0.34% | - |
| HSV(B) | 1.97º | 0.52% | 0.46% | - |
| XYZ | 9.56 | 7.09 | 4.61 | - |
| YUV | 75.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 56 | 0 | 0.50 | 0.52 | 0.54 | 1.97 | 0.35 | 0.34 |
| Hex | 75 | 3A | 38 | 0 | 32 | 34 | 36 | 2 | 23 | 22 |
| Octal | 165 | 72 | 70 | 0 | 62 | 64 | 66 | 2 | 43 | 42 |
| Binary | 1110101 | 111010 | 111000 | 0 | 110010 | 110100 | 110110 | 10 | 100011 | 100010 |
Color Harmonies of #753A38
Complementary color
Monochromatic Colors of #753A38
Black with #753A38
Text Example
Text Example
White with #753A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A38; }
p { color: rgb(117,58,56); }
H1.HeaderClassName
{
color: #753A38;
}
.AnyTagClassName
{
color: #753A38;
}
</style>
background-color css
<style>
a { background-color: #753A38; }
a { background-color: rgb(117,58,56); }
div.DivClassName
{
background-color: #753A38;
}
.BgClassName
{
background-color: #753A38;
}
</style>
border-color css
<style>
span { border-color: #753A38; }
span { border-color: rgb(117,58,56); }
td.TdClassName
{
border-color: #753A38;
}
.TagClassName
{
border-color: #753A38;
}
</style>