Shades of Sanguine Brown #673B38
Tints of Sanguine Brown #673B38
RGB
CMYK
RGB Variations
Color information
#673B38 (or 0x673B38) is known color: Sanguine Brown. HEX triplet: 67, 3B and 38. RGB value is (103,59,56). Sum of RGB (Red+Green+Blue) = 103+59+56=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #673B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673B38 is #98C4C7. Grayscale: #474747. Windows color (decimal): -10011848 or 3685223. OLE color: 3685223.
HSL color Cylindrical-coordinate representation of color #673B38: hue angle of 3.83º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673B38 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 56 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.60 |
| HSL | 3.83º | 0.3% | 0.31% | - |
| HSV(B) | 3.83º | 0.46% | 0.4% | - |
| XYZ | 7.87 | 6.3 | 4.54 | - |
| YUV | 71.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 56 | 0 | 0.43 | 0.46 | 0.60 | 3.83 | 0.3 | 0.31 |
| Hex | 67 | 3B | 38 | 0 | 2B | 2E | 3C | 4 | 1E | 1F |
| Octal | 147 | 73 | 70 | 0 | 53 | 56 | 74 | 4 | 36 | 37 |
| Binary | 1100111 | 111011 | 111000 | 0 | 101011 | 101110 | 111100 | 100 | 11110 | 11111 |
Color Harmonies of #673B38
Complementary color
Monochromatic Colors of #673B38
Black with #673B38
Text Example
Text Example
White with #673B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B38; }
p { color: rgb(103,59,56); }
H1.HeaderClassName
{
color: #673B38;
}
.AnyTagClassName
{
color: #673B38;
}
</style>
background-color css
<style>
a { background-color: #673B38; }
a { background-color: rgb(103,59,56); }
div.DivClassName
{
background-color: #673B38;
}
.BgClassName
{
background-color: #673B38;
}
</style>
border-color css
<style>
span { border-color: #673B38; }
span { border-color: rgb(103,59,56); }
td.TdClassName
{
border-color: #673B38;
}
.TagClassName
{
border-color: #673B38;
}
</style>