Shades of Sanguine Brown #723C3B
Tints of Sanguine Brown #723C3B
RGB
CMYK
RGB Variations
Color information
#723C3B (or 0x723C3B) is known color: Sanguine Brown. HEX triplet: 72, 3C and 3B. RGB value is (114,60,59). Sum of RGB (Red+Green+Blue) = 114+60+59=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C3B is #8DC3C4. Grayscale: #4C4C4C. Windows color (decimal): -9290693 or 3882098. OLE color: 3882098.
HSL color Cylindrical-coordinate representation of color #723C3B: hue angle of 1.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723C3B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 59 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.55 |
| HSL | 1.09º | 0.32% | 0.34% | - |
| HSV(B) | 1.09º | 0.48% | 0.45% | - |
| XYZ | 9.34 | 7.12 | 5.02 | - |
| YUV | 76.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 59 | 0 | 0.47 | 0.48 | 0.55 | 1.09 | 0.32 | 0.34 |
| Hex | 72 | 3C | 3B | 0 | 2F | 30 | 37 | 1 | 20 | 22 |
| Octal | 162 | 74 | 73 | 0 | 57 | 60 | 67 | 1 | 40 | 42 |
| Binary | 1110010 | 111100 | 111011 | 0 | 101111 | 110000 | 110111 | 1 | 100000 | 100010 |
Color Harmonies of #723C3B
Complementary color
Monochromatic Colors of #723C3B
Black with #723C3B
Text Example
Text Example
White with #723C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C3B; }
p { color: rgb(114,60,59); }
H1.HeaderClassName
{
color: #723C3B;
}
.AnyTagClassName
{
color: #723C3B;
}
</style>
background-color css
<style>
a { background-color: #723C3B; }
a { background-color: rgb(114,60,59); }
div.DivClassName
{
background-color: #723C3B;
}
.BgClassName
{
background-color: #723C3B;
}
</style>
border-color css
<style>
span { border-color: #723C3B; }
span { border-color: rgb(114,60,59); }
td.TdClassName
{
border-color: #723C3B;
}
.TagClassName
{
border-color: #723C3B;
}
</style>