Shades of Sanguine Brown #653A36
Tints of Sanguine Brown #653A36
RGB
CMYK
RGB Variations
Color information
#653A36 (or 0x653A36) is known color: Sanguine Brown. HEX triplet: 65, 3A and 36. RGB value is (101,58,54). Sum of RGB (Red+Green+Blue) = 101+58+54=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #653A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A36 is #9AC5C9. Grayscale: #464646. Windows color (decimal): -10143178 or 3553893. OLE color: 3553893.
HSL color Cylindrical-coordinate representation of color #653A36: hue angle of 5.11º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #653A36 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 54 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.60 |
| HSL | 5.11º | 0.3% | 0.3% | - |
| HSV(B) | 5.11º | 0.47% | 0.4% | - |
| XYZ | 7.55 | 6.06 | 4.26 | - |
| YUV | 70.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 54 | 0 | 0.43 | 0.47 | 0.60 | 5.11 | 0.3 | 0.3 |
| Hex | 65 | 3A | 36 | 0 | 2B | 2F | 3C | 5 | 1E | 1E |
| Octal | 145 | 72 | 66 | 0 | 53 | 57 | 74 | 5 | 36 | 36 |
| Binary | 1100101 | 111010 | 110110 | 0 | 101011 | 101111 | 111100 | 101 | 11110 | 11110 |
Color Harmonies of #653A36
Complementary color
Monochromatic Colors of #653A36
Black with #653A36
Text Example
Text Example
White with #653A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A36; }
p { color: rgb(101,58,54); }
H1.HeaderClassName
{
color: #653A36;
}
.AnyTagClassName
{
color: #653A36;
}
</style>
background-color css
<style>
a { background-color: #653A36; }
a { background-color: rgb(101,58,54); }
div.DivClassName
{
background-color: #653A36;
}
.BgClassName
{
background-color: #653A36;
}
</style>
border-color css
<style>
span { border-color: #653A36; }
span { border-color: rgb(101,58,54); }
td.TdClassName
{
border-color: #653A36;
}
.TagClassName
{
border-color: #653A36;
}
</style>