Shades of Sanguine Brown #733F3F
Tints of Sanguine Brown #733F3F
RGB
CMYK
RGB Variations
Color information
#733F3F (or 0x733F3F) is known color: Sanguine Brown. HEX triplet: 73, 3F and 3F. RGB value is (115,63,63). Sum of RGB (Red+Green+Blue) = 115+63+63=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #733F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F3F is #8CC0C0. Grayscale: #4E4E4E. Windows color (decimal): -9224385 or 4145011. OLE color: 4145011.
HSL color Cylindrical-coordinate representation of color #733F3F: hue angle of 0º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F3F is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 63 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.55 |
| HSL | 0º | 0.29% | 0.35% | - |
| HSV(B) | 0º | 0.45% | 0.45% | - |
| XYZ | 9.74 | 7.56 | 5.65 | - |
| YUV | 78.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 63 | 0 | 0.45 | 0.45 | 0.55 | 0 | 0.29 | 0.35 |
| Hex | 73 | 3F | 3F | 0 | 2D | 2D | 37 | 0 | 1D | 23 |
| Octal | 163 | 77 | 77 | 0 | 55 | 55 | 67 | 0 | 35 | 43 |
| Binary | 1110011 | 111111 | 111111 | 0 | 101101 | 101101 | 110111 | 0 | 11101 | 100011 |
Color Harmonies of #733F3F
Complementary color
Monochromatic Colors of #733F3F
Black with #733F3F
Text Example
Text Example
White with #733F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F3F; }
p { color: rgb(115,63,63); }
H1.HeaderClassName
{
color: #733F3F;
}
.AnyTagClassName
{
color: #733F3F;
}
</style>
background-color css
<style>
a { background-color: #733F3F; }
a { background-color: rgb(115,63,63); }
div.DivClassName
{
background-color: #733F3F;
}
.BgClassName
{
background-color: #733F3F;
}
</style>
border-color css
<style>
span { border-color: #733F3F; }
span { border-color: rgb(115,63,63); }
td.TdClassName
{
border-color: #733F3F;
}
.TagClassName
{
border-color: #733F3F;
}
</style>