Shades of Sanguine Brown #723532
Tints of Sanguine Brown #723532
RGB
CMYK
RGB Variations
Color information
#723532 (or 0x723532) is known color: Sanguine Brown. HEX triplet: 72, 35 and 32. RGB value is (114,53,50). Sum of RGB (Red+Green+Blue) = 114+53+50=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #723532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723532 is #8DCACD. Grayscale: #464646. Windows color (decimal): -9292494 or 3290482. OLE color: 3290482.
HSL color Cylindrical-coordinate representation of color #723532: hue angle of 2.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723532 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 50 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.55 |
| HSL | 2.81º | 0.39% | 0.32% | - |
| HSV(B) | 2.81º | 0.56% | 0.45% | - |
| XYZ | 8.79 | 6.35 | 3.78 | - |
| YUV | 70.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 50 | 0 | 0.54 | 0.56 | 0.55 | 2.81 | 0.39 | 0.32 |
| Hex | 72 | 35 | 32 | 0 | 36 | 38 | 37 | 3 | 27 | 20 |
| Octal | 162 | 65 | 62 | 0 | 66 | 70 | 67 | 3 | 47 | 40 |
| Binary | 1110010 | 110101 | 110010 | 0 | 110110 | 111000 | 110111 | 11 | 100111 | 100000 |
Color Harmonies of #723532
Complementary color
Monochromatic Colors of #723532
Black with #723532
Text Example
Text Example
White with #723532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723532; }
p { color: rgb(114,53,50); }
H1.HeaderClassName
{
color: #723532;
}
.AnyTagClassName
{
color: #723532;
}
</style>
background-color css
<style>
a { background-color: #723532; }
a { background-color: rgb(114,53,50); }
div.DivClassName
{
background-color: #723532;
}
.BgClassName
{
background-color: #723532;
}
</style>
border-color css
<style>
span { border-color: #723532; }
span { border-color: rgb(114,53,50); }
td.TdClassName
{
border-color: #723532;
}
.TagClassName
{
border-color: #723532;
}
</style>