Shades of Sanguine Brown #653C38
Tints of Sanguine Brown #653C38
RGB
CMYK
RGB Variations
Color information
#653C38 (or 0x653C38) is known color: Sanguine Brown. HEX triplet: 65, 3C and 38. RGB value is (101,60,56). Sum of RGB (Red+Green+Blue) = 101+60+56=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #653C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C38 is #9AC3C7. Grayscale: #474747. Windows color (decimal): -10142664 or 3685477. OLE color: 3685477.
HSL color Cylindrical-coordinate representation of color #653C38: hue angle of 5.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #653C38 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 56 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.60 |
| HSL | 5.33º | 0.29% | 0.31% | - |
| HSV(B) | 5.33º | 0.45% | 0.4% | - |
| XYZ | 7.7 | 6.28 | 4.55 | - |
| YUV | 71.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 56 | 0 | 0.41 | 0.45 | 0.60 | 5.33 | 0.29 | 0.31 |
| Hex | 65 | 3C | 38 | 0 | 29 | 2D | 3C | 5 | 1D | 1F |
| Octal | 145 | 74 | 70 | 0 | 51 | 55 | 74 | 5 | 35 | 37 |
| Binary | 1100101 | 111100 | 111000 | 0 | 101001 | 101101 | 111100 | 101 | 11101 | 11111 |
Color Harmonies of #653C38
Complementary color
Monochromatic Colors of #653C38
Black with #653C38
Text Example
Text Example
White with #653C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C38; }
p { color: rgb(101,60,56); }
H1.HeaderClassName
{
color: #653C38;
}
.AnyTagClassName
{
color: #653C38;
}
</style>
background-color css
<style>
a { background-color: #653C38; }
a { background-color: rgb(101,60,56); }
div.DivClassName
{
background-color: #653C38;
}
.BgClassName
{
background-color: #653C38;
}
</style>
border-color css
<style>
span { border-color: #653C38; }
span { border-color: rgb(101,60,56); }
td.TdClassName
{
border-color: #653C38;
}
.TagClassName
{
border-color: #653C38;
}
</style>