Shades of Sanguine Brown #653A39
Tints of Sanguine Brown #653A39
RGB
CMYK
RGB Variations
Color information
#653A39 (or 0x653A39) is known color: Sanguine Brown. HEX triplet: 65, 3A and 39. RGB value is (101,58,57). Sum of RGB (Red+Green+Blue) = 101+58+57=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #653A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A39 is #9AC5C6. Grayscale: #464646. Windows color (decimal): -10143175 or 3750501. OLE color: 3750501.
HSL color Cylindrical-coordinate representation of color #653A39: hue angle of 1.36º 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 #653A39 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 57 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.60 |
| HSL | 1.36º | 0.28% | 0.31% | - |
| HSV(B) | 1.36º | 0.44% | 0.4% | - |
| XYZ | 7.62 | 6.09 | 4.64 | - |
| YUV | 70.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 57 | 0 | 0.43 | 0.44 | 0.60 | 1.36 | 0.28 | 0.31 |
| Hex | 65 | 3A | 39 | 0 | 2B | 2C | 3C | 1 | 1C | 1F |
| Octal | 145 | 72 | 71 | 0 | 53 | 54 | 74 | 1 | 34 | 37 |
| Binary | 1100101 | 111010 | 111001 | 0 | 101011 | 101100 | 111100 | 1 | 11100 | 11111 |
Color Harmonies of #653A39
Complementary color
Monochromatic Colors of #653A39
Black with #653A39
Text Example
Text Example
White with #653A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A39; }
p { color: rgb(101,58,57); }
H1.HeaderClassName
{
color: #653A39;
}
.AnyTagClassName
{
color: #653A39;
}
</style>
background-color css
<style>
a { background-color: #653A39; }
a { background-color: rgb(101,58,57); }
div.DivClassName
{
background-color: #653A39;
}
.BgClassName
{
background-color: #653A39;
}
</style>
border-color css
<style>
span { border-color: #653A39; }
span { border-color: rgb(101,58,57); }
td.TdClassName
{
border-color: #653A39;
}
.TagClassName
{
border-color: #653A39;
}
</style>