Shades of Sanguine Brown #653C3B
Tints of Sanguine Brown #653C3B
RGB
CMYK
RGB Variations
Color information
#653C3B (or 0x653C3B) is known color: Sanguine Brown. HEX triplet: 65, 3C and 3B. RGB value is (101,60,59). Sum of RGB (Red+Green+Blue) = 101+60+59=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C3B is #9AC3C4. Grayscale: #484848. Windows color (decimal): -10142661 or 3882085. OLE color: 3882085.
HSL color Cylindrical-coordinate representation of color #653C3B: hue angle of 1.43º 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 #653C3B is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 59 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.60 |
| HSL | 1.43º | 0.26% | 0.31% | - |
| HSV(B) | 1.43º | 0.42% | 0.4% | - |
| XYZ | 7.77 | 6.31 | 4.95 | - |
| YUV | 72.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 59 | 0 | 0.41 | 0.42 | 0.60 | 1.43 | 0.26 | 0.31 |
| Hex | 65 | 3C | 3B | 0 | 29 | 2A | 3C | 1 | 1A | 1F |
| Octal | 145 | 74 | 73 | 0 | 51 | 52 | 74 | 1 | 32 | 37 |
| Binary | 1100101 | 111100 | 111011 | 0 | 101001 | 101010 | 111100 | 1 | 11010 | 11111 |
Color Harmonies of #653C3B
Complementary color
Monochromatic Colors of #653C3B
Black with #653C3B
Text Example
Text Example
White with #653C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C3B; }
p { color: rgb(101,60,59); }
H1.HeaderClassName
{
color: #653C3B;
}
.AnyTagClassName
{
color: #653C3B;
}
</style>
background-color css
<style>
a { background-color: #653C3B; }
a { background-color: rgb(101,60,59); }
div.DivClassName
{
background-color: #653C3B;
}
.BgClassName
{
background-color: #653C3B;
}
</style>
border-color css
<style>
span { border-color: #653C3B; }
span { border-color: rgb(101,60,59); }
td.TdClassName
{
border-color: #653C3B;
}
.TagClassName
{
border-color: #653C3B;
}
</style>