Shades of Sanguine Brown #633B3A
Tints of Sanguine Brown #633B3A
RGB
CMYK
RGB Variations
Color information
#633B3A (or 0x633B3A) is known color: Sanguine Brown. HEX triplet: 63, 3B and 3A. RGB value is (99,59,58). Sum of RGB (Red+Green+Blue) = 99+59+58=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #633B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B3A is #9CC4C5. Grayscale: #464646. Windows color (decimal): -10273990 or 3816291. OLE color: 3816291.
HSL color Cylindrical-coordinate representation of color #633B3A: hue angle of 1.46º 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 #633B3A is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 58 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.61 |
| HSL | 1.46º | 0.26% | 0.31% | - |
| HSV(B) | 1.46º | 0.41% | 0.39% | - |
| XYZ | 7.47 | 6.09 | 4.78 | - |
| YUV | 70.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 58 | 0 | 0.40 | 0.41 | 0.61 | 1.46 | 0.26 | 0.31 |
| Hex | 63 | 3B | 3A | 0 | 28 | 29 | 3D | 1 | 1A | 1F |
| Octal | 143 | 73 | 72 | 0 | 50 | 51 | 75 | 1 | 32 | 37 |
| Binary | 1100011 | 111011 | 111010 | 0 | 101000 | 101001 | 111101 | 1 | 11010 | 11111 |
Color Harmonies of #633B3A
Complementary color
Monochromatic Colors of #633B3A
Black with #633B3A
Text Example
Text Example
White with #633B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B3A; }
p { color: rgb(99,59,58); }
H1.HeaderClassName
{
color: #633B3A;
}
.AnyTagClassName
{
color: #633B3A;
}
</style>
background-color css
<style>
a { background-color: #633B3A; }
a { background-color: rgb(99,59,58); }
div.DivClassName
{
background-color: #633B3A;
}
.BgClassName
{
background-color: #633B3A;
}
</style>
border-color css
<style>
span { border-color: #633B3A; }
span { border-color: rgb(99,59,58); }
td.TdClassName
{
border-color: #633B3A;
}
.TagClassName
{
border-color: #633B3A;
}
</style>