Shades of Sanguine Brown #633C3A
Tints of Sanguine Brown #633C3A
RGB
CMYK
RGB Variations
Color information
#633C3A (or 0x633C3A) is known color: Sanguine Brown. HEX triplet: 63, 3C and 3A. RGB value is (99,60,58). Sum of RGB (Red+Green+Blue) = 99+60+58=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #633C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C3A is #9CC3C5. Grayscale: #474747. Windows color (decimal): -10273734 or 3816547. OLE color: 3816547.
HSL color Cylindrical-coordinate representation of color #633C3A: hue angle of 2.93º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #633C3A is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 58 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.61 |
| HSL | 2.93º | 0.26% | 0.31% | - |
| HSV(B) | 2.93º | 0.41% | 0.39% | - |
| XYZ | 7.53 | 6.19 | 4.8 | - |
| YUV | 71.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 58 | 0 | 0.39 | 0.41 | 0.61 | 2.93 | 0.26 | 0.31 |
| Hex | 63 | 3C | 3A | 0 | 27 | 29 | 3D | 3 | 1A | 1F |
| Octal | 143 | 74 | 72 | 0 | 47 | 51 | 75 | 3 | 32 | 37 |
| Binary | 1100011 | 111100 | 111010 | 0 | 100111 | 101001 | 111101 | 11 | 11010 | 11111 |
Color Harmonies of #633C3A
Complementary color
Monochromatic Colors of #633C3A
Black with #633C3A
Text Example
Text Example
White with #633C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C3A; }
p { color: rgb(99,60,58); }
H1.HeaderClassName
{
color: #633C3A;
}
.AnyTagClassName
{
color: #633C3A;
}
</style>
background-color css
<style>
a { background-color: #633C3A; }
a { background-color: rgb(99,60,58); }
div.DivClassName
{
background-color: #633C3A;
}
.BgClassName
{
background-color: #633C3A;
}
</style>
border-color css
<style>
span { border-color: #633C3A; }
span { border-color: rgb(99,60,58); }
td.TdClassName
{
border-color: #633C3A;
}
.TagClassName
{
border-color: #633C3A;
}
</style>