Shades of Sanguine Brown #653D39
Tints of Sanguine Brown #653D39
RGB
CMYK
RGB Variations
Color information
#653D39 (or 0x653D39) is known color: Sanguine Brown. HEX triplet: 65, 3D and 39. RGB value is (101,61,57). Sum of RGB (Red+Green+Blue) = 101+61+57=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #653D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D39 is #9AC2C6. Grayscale: #484848. Windows color (decimal): -10142407 or 3751269. OLE color: 3751269.
HSL color Cylindrical-coordinate representation of color #653D39: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653D39 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 57 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.60 |
| HSL | 5.45º | 0.28% | 0.31% | - |
| HSV(B) | 5.45º | 0.44% | 0.4% | - |
| XYZ | 7.77 | 6.4 | 4.7 | - |
| YUV | 72.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 57 | 0 | 0.40 | 0.44 | 0.60 | 5.45 | 0.28 | 0.31 |
| Hex | 65 | 3D | 39 | 0 | 28 | 2C | 3C | 5 | 1C | 1F |
| Octal | 145 | 75 | 71 | 0 | 50 | 54 | 74 | 5 | 34 | 37 |
| Binary | 1100101 | 111101 | 111001 | 0 | 101000 | 101100 | 111100 | 101 | 11100 | 11111 |
Color Harmonies of #653D39
Complementary color
Monochromatic Colors of #653D39
Black with #653D39
Text Example
Text Example
White with #653D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D39; }
p { color: rgb(101,61,57); }
H1.HeaderClassName
{
color: #653D39;
}
.AnyTagClassName
{
color: #653D39;
}
</style>
background-color css
<style>
a { background-color: #653D39; }
a { background-color: rgb(101,61,57); }
div.DivClassName
{
background-color: #653D39;
}
.BgClassName
{
background-color: #653D39;
}
</style>
border-color css
<style>
span { border-color: #653D39; }
span { border-color: rgb(101,61,57); }
td.TdClassName
{
border-color: #653D39;
}
.TagClassName
{
border-color: #653D39;
}
</style>