Shades of Sanguine Brown #653D3B
Tints of Sanguine Brown #653D3B
RGB
CMYK
RGB Variations
Color information
#653D3B (or 0x653D3B) is known color: Sanguine Brown. HEX triplet: 65, 3D and 3B. RGB value is (101,61,59). Sum of RGB (Red+Green+Blue) = 101+61+59=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D3B is #9AC2C4. Grayscale: #484848. Windows color (decimal): -10142405 or 3882341. OLE color: 3882341.
HSL color Cylindrical-coordinate representation of color #653D3B: hue angle of 2.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653D3B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 59 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.60 |
| HSL | 2.86º | 0.26% | 0.31% | - |
| HSV(B) | 2.86º | 0.42% | 0.4% | - |
| XYZ | 7.82 | 6.42 | 4.96 | - |
| YUV | 72.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 59 | 0 | 0.40 | 0.42 | 0.60 | 2.86 | 0.26 | 0.31 |
| Hex | 65 | 3D | 3B | 0 | 28 | 2A | 3C | 3 | 1A | 1F |
| Octal | 145 | 75 | 73 | 0 | 50 | 52 | 74 | 3 | 32 | 37 |
| Binary | 1100101 | 111101 | 111011 | 0 | 101000 | 101010 | 111100 | 11 | 11010 | 11111 |
Color Harmonies of #653D3B
Complementary color
Monochromatic Colors of #653D3B
Black with #653D3B
Text Example
Text Example
White with #653D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D3B; }
p { color: rgb(101,61,59); }
H1.HeaderClassName
{
color: #653D3B;
}
.AnyTagClassName
{
color: #653D3B;
}
</style>
background-color css
<style>
a { background-color: #653D3B; }
a { background-color: rgb(101,61,59); }
div.DivClassName
{
background-color: #653D3B;
}
.BgClassName
{
background-color: #653D3B;
}
</style>
border-color css
<style>
span { border-color: #653D3B; }
span { border-color: rgb(101,61,59); }
td.TdClassName
{
border-color: #653D3B;
}
.TagClassName
{
border-color: #653D3B;
}
</style>