Shades of Tosca #733B3C
Tints of Tosca #733B3C
RGB
CMYK
RGB Variations
Color information
#733B3C (or 0x733B3C) is known color: Tosca. HEX triplet: 73, 3B and 3C. RGB value is (115,59,60). Sum of RGB (Red+Green+Blue) = 115+59+60=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #733B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B3C is #8CC4C3. Grayscale: #4B4B4B. Windows color (decimal): -9225412 or 3947379. OLE color: 3947379.
HSL color Cylindrical-coordinate representation of color #733B3C: hue angle of 358.93º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B3C is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 60 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.55 |
| HSL | 358.93º | 0.32% | 0.34% | - |
| HSV(B) | 358.93º | 0.49% | 0.45% | - |
| XYZ | 9.45 | 7.1 | 5.15 | - |
| YUV | 75.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 60 | 0 | 0.49 | 0.48 | 0.55 | 358.93 | 0.32 | 0.34 |
| Hex | 73 | 3B | 3C | 0 | 31 | 30 | 37 | 167 | 20 | 22 |
| Octal | 163 | 73 | 74 | 0 | 61 | 60 | 67 | 547 | 40 | 42 |
| Binary | 1110011 | 111011 | 111100 | 0 | 110001 | 110000 | 110111 | 101100111 | 100000 | 100010 |
Color Harmonies of #733B3C
Complementary color
Monochromatic Colors of #733B3C
Black with #733B3C
Text Example
Text Example
White with #733B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B3C; }
p { color: rgb(115,59,60); }
H1.HeaderClassName
{
color: #733B3C;
}
.AnyTagClassName
{
color: #733B3C;
}
</style>
background-color css
<style>
a { background-color: #733B3C; }
a { background-color: rgb(115,59,60); }
div.DivClassName
{
background-color: #733B3C;
}
.BgClassName
{
background-color: #733B3C;
}
</style>
border-color css
<style>
span { border-color: #733B3C; }
span { border-color: rgb(115,59,60); }
td.TdClassName
{
border-color: #733B3C;
}
.TagClassName
{
border-color: #733B3C;
}
</style>